Email or username:

Password:

Forgot your password?
Top-level
Dag Ågren ↙︎↙︎↙︎

@Gargron Hey, you going to add direct support for APNs to the Mastodon code base or will you use the relay approach?

6 comments
Eugen Rochko

@WAHa_06x36 It's still going to be a Web Push API relay

Dag Ågren ↙︎↙︎↙︎

@Gargron All right, makes sense. It's more flexible with the client keys, and it's been working surprisingly well for me with minimal resource usage.

Dag Ågren ↙︎↙︎↙︎

@Gargron Also, what do you think about adding support for cancelling notifications? Now that there is the mark unread functionality in the web UI too, it might make sense to kill notifications that have been marked as read? Doable?

Eugen Rochko

@WAHa_06x36 Do you mean somehow sending a cancel event through the Web Push API to hide notifications that have been marked as read on another device?

Dag Ågren ↙︎↙︎↙︎

@Gargron Yeah. APNs supports it at least and I vaguely recall seeing something about it in the Web Push spec?

Eugen Rochko

@WAHa_06x36 I need to look into it but sounds like a good idea

Go Up