-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG : je veux créer un nouveau salon dans un espace dont je suis admin #881
Comments
magnifique issue, tres clair :) |
Needs fixing :
|
Fun fact : des rooms créés hier dans le space, qu'un user normal du space ne voyait pas, sont maintenant visibles. |
Not found out why yet. I think that some rooms that were not visible to a space member became visible the next day. If this is not a mistake on my side, then what happened during the night ?? Maybe worth trying to reproduce ? Useful tips :
What I investigated : Matrix spec about rooms in spaces : https://spec.matrix.org/v1.2/client-server-api/#managing-roomsspaces-included-in-a-space
Join-rules could be involved, though I could not find anything wrong with the join-rule events.
Custom Tchap event "im.vector.room.access_rules" is present only on tchap. Is it involved ?
M.room.power_levels is a bit different, is that related ? Below the listed values on tchap-web + tchap-backend vs. element-web+matrix.org .
"M.room.encryption" : present sur tchap-backend, pas sur matrix.org Code for showing the list of rooms in a space. Anything there ? |
The first tests confirm that on element it is working, so the analysis below will show the differences between the two client. Below is a summary of the http call from the web to the backend comparaison between element and tchap :
On Tchap
|
-> Then I also made the experiment to see if the issue is resolved the next day twice, and in both of the situation it indeed works. We can see the next day the new room that was created in the list. Like Estelle noticed, the only differences on the room states event are on the
Which are the same values as element. For now, this is the only differences that we can notice between the seing the room and not seeing it in the list. On our module EDIT: My bad the power levels didn't change (i compared with the wrong values). Then, there were no changes on the event state between the previous and next day. so it is still a mystery why it worked a few hours later |
|
|
Taking the issue TLTR;
Is the issue still present? YesVersion de Tchap : 4.6.1 Steps to reproduce:
What we learntThe bug is in PROD : Agent B can NOT see the room in the space welcome page
|
TLTR;
Story
En tant que membre de l'Espace sur Tchap,
Je souhaite pouvoir créer des salons et des forums dans l'Espace directement depuis l'Espace,
Afin de rendre le processus plus fluide et intuitif.
Description du Besoin
Actuellement, dans la gestion des Espaces sur Tchap, la procédure pour rendre les salons et forums visibles à tous les membres de l'Espace est complexe.
Elle nécessite de créer les salons en dehors des espaces, puis de les ajouter manuellement un par un aux espaces, en cochant la case "Visible pour les membres de l'espace" dans les paramètres généraux.
Actuellement, si on crée un salon dans l'Espace, il n'est pas ajouté à l'Espace automatiquement, et en plus, l'option nécessaire pour l'ajouter à l'Espace dans les Réglages/Sécurité et Vie privée n'est pas affichée. On ne peut donc plus le rajouter à l'Espace dans lequel on souhaitait le voir apparaître.
Le besoin est de simplifier ce processus. L'objectif est de permettre aux utilisateurs de créer directement des Salons ou Forums depuis l'Espace. Les nouveaux salons ou forums créés de cette manière devraient automatiquement apparaître dans le listing dédié de l'Espace et être visibles pour tous les membres de celui-ci.
Critères d'acceptation
EDIT :
Version de Tchap : 4.4.3
Version crypto : Rust SDK 0.7.0 (b1918e9), Vodozemac 0.5.1
Steps to reproduce:
Workaround :
créer les salons en dehors des espaces, puis de les ajouter manuellement un par un aux espaces, en cochant la case "Visible pour les membres de l'espace" dans les paramètres généraux.
The text was updated successfully, but these errors were encountered: