Fix emote sending and edit message

This commit is contained in:
aringenbach
2022-05-03 15:16:02 +02:00
parent 286a8a1a81
commit a05923d911
5 changed files with 78 additions and 14 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ extension RoomViewController {
attributes: [.font: inputToolbar.textDefaultFont ?? ThemeService.shared().theme.fonts.body])
newAttributedString.append(empty)
} else if roomMember.userId == self.mainSession.myUser.userId {
let selfMentionString = NSAttributedString(string: "/me",
let selfMentionString = NSAttributedString(string: "/me ",
attributes: [.font: inputToolbar.textDefaultFont ?? ThemeService.shared().theme.fonts.body])
newAttributedString.append(selfMentionString)
} else {