Skip to content
Extraits de code Groupes Projets
Valider 922ba014 rédigé par Alexandre Morignot's avatar Alexandre Morignot Validation de Elliu
Parcourir les fichiers

Fix bridge command to actually allow a power of 50

parent e9a0461a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!1Cherry-pick various fixes and improvements
...@@ -74,7 +74,7 @@ export class MatrixCommandHandler { ...@@ -74,7 +74,7 @@ export class MatrixCommandHandler {
selfService: true, selfService: true,
//subcat: "m.room.power_levels", //subcat: "m.room.power_levels",
// use default power level (50) // use default power level (50)
subcat: null, subcat: "null",
}, },
run: async ({guildId, channelId}) => { run: async ({guildId, channelId}) => {
if (roomEntry && roomEntry.remote) { if (roomEntry && roomEntry.remote) {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter