Communication notifications do look good. But it requires an extra request to server, because current implementation of push notification payload from Mastodon server lacks info of display name.
I created a PR for get rid of the request. Hope I'm doing Ruby right. 😂
Add display_name to push notification payload by li-bei · Pull Request #29910 · mastodon/mastodon
Context iOS has a special type of notifications called communication notifications, it looks like this: Its minimal requirements are: an profile image an display name With current implementation...








