|
@@ -337,7 +337,7 @@ export const useWebSocketStore = defineStore("webSocketStore", {
|
|
|
to: this.toUserInfo.uuid,
|
|
|
from: walletStore.account,
|
|
|
...messageData,
|
|
|
- fromUsername: walletStore.username,
|
|
|
+ fromUsername: this.toUserInfo.nickname,
|
|
|
avatar: walletStore.avatar,
|
|
|
timestamp: Date.now(),
|
|
|
};
|