Remove uneccessary patch
This commit is contained in:
@@ -778,7 +778,6 @@ export class Convo {
|
|||||||
this.newMessages.set(res.id, {
|
this.newMessages.set(res.id, {
|
||||||
...res,
|
...res,
|
||||||
$type: 'chat.bsky.convo.defs#messageView',
|
$type: 'chat.bsky.convo.defs#messageView',
|
||||||
sender: this.sender,
|
|
||||||
})
|
})
|
||||||
this.pendingMessages.delete(id)
|
this.pendingMessages.delete(id)
|
||||||
|
|
||||||
@@ -834,7 +833,6 @@ export class Convo {
|
|||||||
this.newMessages.set(item.id, {
|
this.newMessages.set(item.id, {
|
||||||
...item,
|
...item,
|
||||||
$type: 'chat.bsky.convo.defs#messageView',
|
$type: 'chat.bsky.convo.defs#messageView',
|
||||||
sender: this.convo?.members.find(m => m.did === this.senderUserDid),
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user