Chat: construct lexically correct shape, even though it's only internal usage

This commit is contained in:
Eric Bailey
2025-01-07 16:24:08 -06:00
parent 374d28d43c
commit d7d3b9ec17
+4 -1
View File
@@ -1031,7 +1031,10 @@ export class Convo {
* `getItems` is only run in "active" status states, where
* `this.sender` is defined
*/
sender: this.sender!,
sender: {
$type: 'chat.bsky.convo.defs#messageViewSender',
did: this.sender!.did,
},
},
nextMessage: null,
prevMessage: null,