BDX-town / Mangane

Alternative frontend for Akkoma
https://bdx.town
GNU Affero General Public License v3.0
158 stars 29 forks source link

"Bell" subscribtion to account post show "mention" notification text #197

Closed lapineige closed 1 year ago

lapineige commented 1 year ago

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".

Cl0v1s commented 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:

lapineige commented 1 year ago

The ui in the notification view.

Cl0v1s commented 1 year ago

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