Skip to content

Commit

Permalink
Remove unfollow from notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Sep 15, 2023
1 parent fb31a8a commit 1c7e6dc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const SettingsNotifications: Component<{ id?: string }> = (props) => {

const basicNotifications = [
'NEW_USER_FOLLOWED_YOU',
'USER_UNFOLLOWED_YOU',
'YOUR_POST_WAS_ZAPPED',
'YOUR_POST_WAS_LIKED',
'YOUR_POST_WAS_REPOSTED',
Expand All @@ -65,7 +64,6 @@ const SettingsNotifications: Component<{ id?: string }> = (props) => {

const notificationLabels: Record<string, string> = {
NEW_USER_FOLLOWED_YOU: 'new user followed you',
USER_UNFOLLOWED_YOU: 'a user unfollowed you',

YOUR_POST_WAS_ZAPPED: 'your note was zapped',
YOUR_POST_WAS_LIKED: 'your note was liked',
Expand Down

0 comments on commit 1c7e6dc

Please sign in to comment.