Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/kokonect-link/cherrypick
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
noridev committed Sep 23, 2023
2 parents 0188d65 + d3b5fd7 commit 7bdab6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/core/MessagingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export class MessagingService {
userId: message.userId,
visibility: 'specified',
emojis: [{}],
tags: [{}],
mentions: [recipientUser].map(u => u.id),
mentionedRemoteUsers: JSON.stringify([recipientUser].map(u => ({
uri: u.uri,
Expand Down

0 comments on commit 7bdab6a

Please sign in to comment.