Fix: メンションの通知に対応できてなかったので修正 (#821)

This commit is contained in:
KMY(雪あすか) 2024-08-24 10:57:44 +09:00 committed by GitHub
parent c153dc4355
commit fb079db61a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,6 +88,7 @@ const DEFAULT_NOTIFICATION_MESSAGES = {
'notification.favourite': '{name} favorited your post',
'notification.follow': '{name} followed you',
'notification.list_status': '{name} post is added to {listName}',
'notification.mention': 'Mention',
'notification.poll': 'A poll you voted in has ended',
'notification.reblog': '{name} boosted your post',
'notification.status': '{name} just posted',