Skip to content

Commit

Permalink
[FIX] Notifications not using user's name (#22309)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jun 21, 2021
1 parent be0e93a commit 66fb35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/server/methods/sendMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function executeSendMessage(uid, message) {
fields: {
username: 1,
type: 1,
name: 1,
},
});
let { rid } = message;
Expand Down

0 comments on commit 66fb35b

Please sign in to comment.