Revert "Remove telegrams"

This commit is contained in:
RealAngeleno
2023-07-15 23:03:13 -07:00
committed by GitHub
parent 7feb101bbf
commit af6bb09031
8 changed files with 192 additions and 0 deletions

View File

@@ -1635,6 +1635,12 @@
$config['mod']['create_notes'] = $config['mod']['view_notes'];
// Remote notes
$config['mod']['remove_notes'] = ADMIN;
// View telegrams
$config['mod']['view_telegrams'] = JANITOR;
// Create telegrams
$config['mod']['create_telegrams'] = $config['mod']['view_telegrams'];
// Remove telegrams
$config['mod']['remove_telegrams'] = ADMIN;
// Create a new board
$config['mod']['newboard'] = ADMIN;
// Manage existing boards (change title, etc)