Chat: construct lexically correct shape, even though it's only internal usage
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user