Skip to content

Commit

Permalink
Revert "Don't show notification for user follow request if the user i…
Browse files Browse the repository at this point in the history
…s inactive"
  • Loading branch information
mouse-reeve authored Jan 7, 2024
1 parent 1966f1d commit 83ff880
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bookwyrm/templates/notifications/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
{% elif notification.notification_type == 'FOLLOW' %}
{% include 'notifications/items/follow.html' %}
{% elif notification.notification_type == 'FOLLOW_REQUEST' %}
{% if notification.related_users.0.is_active %}
{% include 'notifications/items/follow_request.html' %}
{% endif %}
{% include 'notifications/items/follow_request.html' %}
{% elif notification.notification_type == 'IMPORT' %}
{% include 'notifications/items/import.html' %}
{% elif notification.notification_type == 'USER_IMPORT' %}
Expand Down

0 comments on commit 83ff880

Please sign in to comment.