Skip to content

Commit

Permalink
fixup! TW-1862: Fix can't display message in chat
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim committed Nov 29, 2024
1 parent 3054596 commit 481f7f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lib/pages/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,11 @@ class ChatController extends State<Chat>
historyCount: _defaultEventCountDisplay,
filter: StateFilter(
lazyLoadMembers: true,
types: [EventTypes.Message],
types: [
EventTypes.Message,
EventTypes.Encrypted,
EventTypes.Sticker,
],
),
);
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ packages:
description:
path: "."
ref: support-filter-for-request-history
resolved-ref: "420ed04a43f14b15aec6dda50fdad9d23b39414d"
resolved-ref: "3f699bc43ce471590e6c43385062c84c7a2393f6"
url: "[email protected]:linagora/matrix-dart-sdk.git"
source: git
version: "0.22.6"
Expand Down

0 comments on commit 481f7f8

Please sign in to comment.