lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
dd79fe31cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/chat.vue

+ 1 - 1
src/components/chat.vue

@@ -97,7 +97,7 @@ export default {
       });
     },
     isSender(data) {
-      return this.user.uid == data.sender_id;
+      return this.user.id !== data.sender_id;
     },
   },
   watch: {