lrf402788946 hace 4 años
padre
commit
dd79fe31cc
Se han modificado 1 ficheros con 1 adiciones y 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: {