Skip to content

Commit

Permalink
Merge pull request #2479 from daostack/bugfix/CW-2473-error-after-unf…
Browse files Browse the repository at this point in the history
…ollow

Incorrect handling of unfollowed (cached) inbox items #2473
  • Loading branch information
andreymikhadyuk authored Jan 8, 2024
2 parents 9eeac82 + 9cc9042 commit 525e03a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ export default function ChatComponent({
markChatMessageItemAsSeen({
chatChannelId: feedItemId,
});
} else {
} else if (commonId) {
markDiscussionMessageItemAsSeen({
feedObjectId: feedItemId,
commonId,
Expand Down

0 comments on commit 525e03a

Please sign in to comment.