Skip to content

Commit

Permalink
in notifications, don't show the likes to direct messages... oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
bandinopla committed Apr 4, 2024
1 parent 625220b commit 4ff98c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/db/resolvers/inbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ export const InboxResolvers = {
# not in DM mode...
#
(A.type_id=${JOURNAL_LIKE_TYPE}
OR A.type_id=${LIKE_TO_MESSAGE_TYPE}
OR (A.type_id=${LIKE_TO_MESSAGE_TYPE} AND B.logid>0) #<-- only likes to comments on journal
OR A.type_id=${LIKE_TYPES.FORUM_MESSAGE_LIKE}
OR A.type_id=${LIKE_TYPES.FORUM_MESSAGE_DISLIKE})` }
Expand Down

0 comments on commit 4ff98c4

Please sign in to comment.