Remove uneccessary patch

This commit is contained in:
Eric Bailey
2024-05-13 18:17:01 -05:00
parent a7b5ca471e
commit fe855c24f6
-2
View File
@@ -778,7 +778,6 @@ export class Convo {
this.newMessages.set(res.id, {
...res,
$type: 'chat.bsky.convo.defs#messageView',
sender: this.sender,
})
this.pendingMessages.delete(id)
@@ -834,7 +833,6 @@ export class Convo {
this.newMessages.set(item.id, {
...item,
$type: 'chat.bsky.convo.defs#messageView',
sender: this.convo?.members.find(m => m.did === this.senderUserDid),
})
}