Merge remote-tracking branch 'origin/frost' into themotte-issue-451
This commit is contained in:
commit
b75c93e600
18 changed files with 79 additions and 76 deletions
|
@ -75,6 +75,10 @@ VIDEO_FORMATS = ['mp4','webm','mov','avi','mkv','flv','m4v','3gp']
|
|||
AUDIO_FORMATS = ['mp3','wav','ogg','aac','m4a','flac']
|
||||
NO_TITLE_EXTENSIONS = IMAGE_FORMATS + VIDEO_FORMATS + AUDIO_FORMATS
|
||||
|
||||
PERMS = {
|
||||
"DEBUG_LOGIN_TO_OTHERS": 3,
|
||||
}
|
||||
|
||||
AWARDS = {
|
||||
"lootbox": {
|
||||
"kind": "lootbox",
|
||||
|
@ -124,14 +128,6 @@ AWARDS = {
|
|||
"color": "text-yellow",
|
||||
"price": 300
|
||||
},
|
||||
"tilt": {
|
||||
"kind": "tilt",
|
||||
"title": "Tilt",
|
||||
"description": "Tilts the post or comment",
|
||||
"icon": "fas fa-car-tilt",
|
||||
"color": "text-blue",
|
||||
"price": 300
|
||||
},
|
||||
"glowie": {
|
||||
"kind": "glowie",
|
||||
"title": "Glowie",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue