summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-11-27 16:52:56 +0100
committerJoas Schilling <coding@schilljs.com>2020-11-30 16:13:26 +0100
commit80302f6af5e8339723b1c51d2a76299809fbbe24 (patch)
tree26cf450673ee61fd9671ac3b19cb474216a9a4fb /src/store
parentde7672d2434a53c616cc152b3f049e9e84e5b678 (diff)
Make sure the key calculation is always unique
before it was s#0 for all email invites Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/conversationsStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/conversationsStore.js b/src/store/conversationsStore.js
index ddb556051..8a403d0ec 100644
--- a/src/store/conversationsStore.js
+++ b/src/store/conversationsStore.js
@@ -130,6 +130,7 @@ const actions = {
lastPing: conversation.lastPing,
sessionId: conversation.sessionId,
participantType: conversation.participantType,
+ attendeeId: conversation.attendeeId,
actorType: conversation.actorType,
actorId: conversation.actorId, // FIXME check public share page handling
userId: currentUser ? currentUser.uid : '',