Skip to content

Commit

Permalink
Updated karma privileges in index.sql (#271)
Browse files Browse the repository at this point in the history
* Updated karma privileges in index.sql

* Updated karma privileges in index.sql

* Updated karma privileges in index.sql
  • Loading branch information
Juggo0 authored Aug 9, 2024
1 parent 763360b commit b847b17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Server/sql/index.sql
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,6 @@ insert into privileges (feature, name, description, quantity) values
(100, 'Start chats', 'View new chat suggetions, and start new chats', 25),
(200, 'Participate in chat experiments', 'Take part in chat experiments. Some experiments may require more karma', 50),
(201, 'Impersonation', 'Start Impersonation chat experiment', 1000),
(300, 'More tags', 'Increased number of max profile tags', 500),
(400, 'Send links', 'Send and automatically highlight links in chats', 3000),
(500, 'Send images', 'Send pictures in chats', 10000);
(300, 'More tags', 'Increased number of max profile tags', 250),
(400, 'Send links', 'Send markdown links', 1000),
(500, 'Send images', 'Send pictures in chats', 3000);

0 comments on commit b847b17

Please sign in to comment.