add telegrams

This commit is contained in:
h00j
2021-03-12 21:51:42 +01:00
parent 8decd4f73f
commit 4ef7feabf2
9 changed files with 210 additions and 18 deletions

View File

@@ -1554,6 +1554,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'];
// Remote telegrams
$config['mod']['remove_telegrams'] = ADMIN;
// Create a new board
$config['mod']['newboard'] = ADMIN;
// Manage existing boards (change title, etc)