Skip to content

Commit

Permalink
Merge pull request #377
Browse files Browse the repository at this point in the history
* fix(backend): #375
  • Loading branch information
caipira113 authored Sep 23, 2023
1 parent 686f1f8 commit d3b5fd7
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 d3b5fd7

Please sign in to comment.