Skip to content

Commit

Permalink
Merge pull request #3205 from bookwyrm-social/revert-3079-deleted_use…
Browse files Browse the repository at this point in the history
…r_follow_request

Revert "Don't show notification for user follow request if the user is inactive"
  • Loading branch information
mouse-reeve authored Jan 8, 2024
2 parents 1966f1d + 83ff880 commit a4599d0
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 a4599d0

Please sign in to comment.