summaryrefslogtreecommitdiffstats
path: root/src/mixins/getParticipants.js
AgeCommit message (Collapse)Author
2023-03-01Lint fixMarco
Signed-off-by: Marco <marcoambrosini@icloud.com>
2023-02-23apply lint rules to .js filesMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-02-16disable fetching participants for guests - non-moderatorsMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-02-15improve conditions for fetching participantsMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2022-08-15Fix importsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-23Update my emailMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-05-18Fix remaining warningsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
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>