mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: Hide markdown in chat list preview and local notifications
This commit is contained in:
parent
981dcc9e57
commit
3f04b42b4e
@ -267,6 +267,7 @@ class ChatListItem extends StatelessWidget {
|
||||
hideReply: true,
|
||||
hideEdit: true,
|
||||
plaintextBody: true,
|
||||
removeMarkdown: true,
|
||||
withSenderNamePrefix: !room.isDirectChat ||
|
||||
room.directChatMatrixID !=
|
||||
room.lastEvent?.senderId,
|
||||
|
@ -38,6 +38,7 @@ extension LocalNotificationsExtension on MatrixState {
|
||||
plaintextBody: true,
|
||||
hideReply: true,
|
||||
hideEdit: true,
|
||||
removeMarkdown: true,
|
||||
);
|
||||
final icon = event.sender.avatarUrl?.getThumbnail(client,
|
||||
width: 64, height: 64, method: ThumbnailMethod.crop) ??
|
||||
|
Loading…
Reference in New Issue
Block a user