chore: strip bot model from quark

This commit is contained in:
Paul Makles
2023-08-14 10:14:17 +01:00
parent 2fb9e7a802
commit bde432cb75
12 changed files with 6 additions and 180 deletions

View File

@@ -20,7 +20,7 @@ impl AbstractChannelUnreads for ReferenceDb {
user: user_id.to_string(),
};
if let Some(mut unread) = unreads.get_mut(&key) {
if let Some(unread) = unreads.get_mut(&key) {
unread.mentions = None;
unread.last_id.replace(message_id.to_string());
} else {