summaryrefslogtreecommitdiffstats
path: root/src/mixins/getParticipants.js
AgeCommit message (Collapse)Author
2022-03-17Revert "Fix participant permissions not reloaded when general permissions ↵Daniel Calviño Sánchez
change" This reverts commit 99def03db2d5470e4aaf139152c01bf79fc01c48. The previous fix was flawed, as the participant permissions were reloaded only for the participant who changed the general permissions. Moreover, now all the participants reload the participant list both with and without HPB when the general permissions change, so the previous fix is no longer needed even for the participant who made the change. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-03-09Fix participant permissions not reloaded when general permissions changeDaniel Calviño Sánchez
Participants without custom attendee permissions fall back to the call or conversation permissions. Due to this the participants need to be fetched again to update their permissions when the call or conversation permissions change. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-25Only call getParticipants methods once in group conversationsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-11-25Move getParticipants logic to a mixinmarco
Signed-off-by: marco <marcoambrosini@pm.me>