removing mention of email in the http pusher model, we have dedicated emails functions on the service instead

This commit is contained in:
Adam Brown 2021-10-08 08:59:03 +01:00
parent 13f8494072
commit bdec6a3580
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ interface PushersService {
* this is the routing or destination address information for the notification, * this is the routing or destination address information for the notification,
* for example, the APNS token for APNS or the Registration ID for GCM. If your * for example, the APNS token for APNS or the Registration ID for GCM. If your
* notification client has no such concept, use any unique identifier. Max length, 512 chars. * notification client has no such concept, use any unique identifier. Max length, 512 chars.
* If the kind is "email", this is the email address to send notifications to.
*/ */
val pushkey: String, val pushkey: String,