Notification text for mentions

This commit is contained in:
Mouse Reeve 2020-11-01 10:15:56 -08:00
parent 0cf1838276
commit 29094f3c3f

View file

@ -22,6 +22,10 @@
favorited your
<a href="{{ notification.related_status.remote_id}}">status</a>
{% elif notification.notification_type == 'MENTION' %}
mentioned you in a
<a href="{{ notification.related_status.remote_id}}">status</a>
{% elif notification.notification_type == 'REPLY' %}
<a href="{{ notification.related_status.remote_id}}">replied</a>
to your