fix: solve small pm chat ui issues
unwrap the pill fix the fetching images in pm not auto download
This commit is contained in:
@@ -17,6 +17,8 @@ export interface Message {
|
||||
senderName: string;
|
||||
content: string;
|
||||
timestamp: number;
|
||||
kind?: 'user' | 'system';
|
||||
systemEvent?: 'call-started';
|
||||
editedAt?: number;
|
||||
reactions: Reaction[];
|
||||
isDeleted: boolean;
|
||||
|
||||
Reference in New Issue
Block a user