wkw hai 1 mes
pai
achega
8df8dfbee6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/stores/modules/webSocketStore.js

+ 1 - 1
src/stores/modules/webSocketStore.js

@@ -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(),
       };