Closed lapineige closed 1 year ago
From what I see in the code, the template is {name} just posted
. When you are speaking about notification, do you mean:
The ui in the notification view.
Ok apparently, Mangane supports that notification type of should show {name} just posted
The issue seems to be with pleroma/akkoma, since there is no "status" notification type https://api.pleroma.social/#operation/NotificationController.index
While this type exists in mastodon API: https://docs.joinmastodon.org/methods/notifications/#get
There is already an open issue for Akkoma here: https://akkoma.dev/AkkomaGang/akkoma/issues/531
When you subscribe to an account and "activate the bell" to subscribe to any post, the notification for each post shows "@ someRandomAccount mentioned you" which is a bit confusing, instead of for instance "@ someRandomAccount published".