fix: mautrix-whatsapp permission structure changes

This commit is contained in:
Swarsel 2024-12-15 23:45:57 +01:00
parent 48c32837c7
commit be15188dcf
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 755 additions and 152 deletions

View file

@ -5815,7 +5815,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in
caption_in_message = true; caption_in_message = true;
extev_polls = true; extev_polls = true;
permissions = { permissions = {
"*" = "relaybot"; "*" = "relay";
"@swarsel:${matrixDomain}" = "admin"; "@swarsel:${matrixDomain}" = "admin";
}; };
}; };

File diff suppressed because it is too large Load diff

View file

@ -200,7 +200,7 @@ in
caption_in_message = true; caption_in_message = true;
extev_polls = true; extev_polls = true;
permissions = { permissions = {
"*" = "relaybot"; "*" = "relay";
"@swarsel:${matrixDomain}" = "admin"; "@swarsel:${matrixDomain}" = "admin";
}; };
}; };