cinera: Add :multimedia and :hat
hmdshow_2016_03 uses :multimedia Various riscy and hero annotations may use :hat
This commit is contained in:
parent
5539af0210
commit
1636c5fa14
|
@ -14,7 +14,7 @@ typedef struct
|
|||
version CINERA_APP_VERSION = {
|
||||
.Major = 0,
|
||||
.Minor = 5,
|
||||
.Patch = 1
|
||||
.Patch = 2
|
||||
};
|
||||
|
||||
#define CINERA_DB_VERSION 1
|
||||
|
@ -292,11 +292,13 @@ typedef struct
|
|||
category_medium CategoryMedium[] =
|
||||
{
|
||||
// medium icon written name
|
||||
{ "admin", "🗹", "Administrivia"}, // TODO(matt): Filter this out by default
|
||||
{ "admin", "🗹", "Administrivia"},
|
||||
{ "afk", "…" , "Away from Keyboard"}, // TODO(matt): Filter this out by default
|
||||
{ "authored", "🗪", "Chat Comment"}, // TODO(matt): Conditionally handle Chat vs Guest Comments
|
||||
{ "blackboard", "🖌", "Blackboard"},
|
||||
{ "experience", "🍷", "Experience"},
|
||||
{ "hat", "🎩", "Hat"},
|
||||
{ "multimedia", "🎬", "Media Clip"},
|
||||
{ "owl", "🦉", "Owl of Shame"},
|
||||
{ "programming", "🖮", "Programming"}, // TODO(matt): Potentially make this configurable per project
|
||||
{ "rant", "💢", "Rant"},
|
||||
|
|
Loading…
Reference in New Issue