This commit is contained in:
otsmr 2025-05-29 20:14:37 +02:00
parent f93f0025a7
commit 8632837bdf
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@ class _ChatMessagesViewState extends State<ChatMessagesView> {
});
final filteredMediaFiles = displayedMessages
.where((x) => x.kind == MessageKind.media)
.where((x) => x.kind == MessageKind.media && x.mediaStored)
.toList()
.reversed
.toList();

View file

@ -4,7 +4,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 0.0.28+28
version: 0.0.29+29
environment:
sdk: ^3.6.0