From 7f787bcebc7faf402aad78c6dab033e0ba82ab01 Mon Sep 17 00:00:00 2001
From: ElectricS01 <103579308+ElectricS01@users.noreply.github.com>
Date: Wed, 15 Feb 2023 22:18:00 +1100
Subject: [PATCH] Possible fix for out of sync read receipts
---
.../Communications/CommunicationsChat.vue | 124 +++++++-----------
1 file changed, 46 insertions(+), 78 deletions(-)
diff --git a/frontend/src/views/Communications/CommunicationsChat.vue b/frontend/src/views/Communications/CommunicationsChat.vue
index 98d03a0..8b06560 100644
--- a/frontend/src/views/Communications/CommunicationsChat.vue
+++ b/frontend/src/views/Communications/CommunicationsChat.vue
@@ -301,6 +301,52 @@
style="display: block; width: 100px; margin: 0 auto"
>
+
+
+
+
+
+
+ {{
+ association.user.username[0].toUpperCase()
+ }}
+
+
+
+
+ {{ association.user.username }} has read up to this point.
+
+
+
+
+
-
-
-
-
-
-
- {{
- association.user.username[0].toUpperCase()
- }}
-
-
-
-
- {{ association.user.username }} has read up to this point.
-
-
-
-
-
-
-
-
-
-
- {{
- $store.state.user.username[0].toUpperCase()
- }}
-
-
-
-
- {{ $store.state.user.username }} has read up to this point.
-
-