We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db0234 commit 229d1d0Copy full SHA for 229d1d0
Signal-Windows/Controls/Conversation.xaml.cs
@@ -385,7 +385,7 @@ private void MarkBottommostMessageRead()
385
if (lastSeenIndex <= rawBottomIndex && LastMarkReadRequest < rawBottomIndex)
386
{
387
LastMarkReadRequest = rawBottomIndex;
388
- var msg = ((Message)Collection[bottomIndex]).Model;
+ var msg = ((IMessageView)Collection[bottomIndex]).Model;
389
Task.Run(async () =>
390
391
await App.Handle.SetMessageRead(rawBottomIndex, msg, SignalConversation);
0 commit comments