You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hollo's Mastodon-compatible APIs currently do not have push API methods. It makes Phanpy the only usable client for Hollo. To make Hollo usable with many more client apps, we should implement push API methods.
The text was updated successfully, but these errors were encountered:
Ha, and if only we'd had RFC 8414 sooner in Mastodon, people could introspect the server and see it didn't have the push scope, and therefore couldn't do push subscriptions.
So this is going to be a bit messy to implement: Mastodon uses aesgcm as the webpush content-encoding, where as a lot of libraries will only support aes128gcm, additionally Mastodon uses encryption with webpush, which a lot of libraries don't seem to implement.
Hollo's Mastodon-compatible APIs currently do not have push API methods. It makes Phanpy the only usable client for Hollo. To make Hollo usable with many more client apps, we should implement push API methods.
The text was updated successfully, but these errors were encountered: