Fix minor error

This commit is contained in:
Kelrap 2024-08-05 11:37:24 -04:00 committed by ggurdin
parent 2ca6d102aa
commit 4f924656e0
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -94,9 +94,9 @@ class Choreographer {
if (content != null) {
messages.add(
PreviousMessage(
event.content,
event.senderId,
event.originServerTs,
content: event.content,
sender: event.senderId,
timestamp: event.originServerTs,
),
);
if (messages.length >= howFarBack) {