【m】聊天相关逻辑迁移
This commit is contained in:
@@ -106,26 +106,6 @@ const mockMessages = [
|
||||
type: "system",
|
||||
timestamp: "2024-01-15T14:30:00.000Z",
|
||||
isSelf: false
|
||||
},
|
||||
{
|
||||
id: "msg-002",
|
||||
senderId: "user-remote-002",
|
||||
senderName: mockCallSession.remoteUser.name,
|
||||
senderAvatar: mockCallSession.remoteUser.avatar,
|
||||
content: "嗨,能听到我说话吗?",
|
||||
type: "text",
|
||||
timestamp: "2024-01-15T14:32:15.000Z",
|
||||
isSelf: false
|
||||
},
|
||||
{
|
||||
id: "msg-003",
|
||||
senderId: "user-local-001",
|
||||
senderName: mockCallSession.localUser.name,
|
||||
senderAvatar: mockCallSession.localUser.avatar,
|
||||
content: "很清楚!你的画面也很清晰 👍",
|
||||
type: "text",
|
||||
timestamp: "2024-01-15T14:32:45.000Z",
|
||||
isSelf: true
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user