cinera: Add :admin medium
This commit is contained in:
parent
59d03c91bb
commit
1bb5cb034b
|
@ -14,7 +14,7 @@ typedef struct
|
||||||
version CINERA_APP_VERSION = {
|
version CINERA_APP_VERSION = {
|
||||||
.Major = 0,
|
.Major = 0,
|
||||||
.Minor = 5,
|
.Minor = 5,
|
||||||
.Patch = 0
|
.Patch = 1
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CINERA_DB_VERSION 1
|
#define CINERA_DB_VERSION 1
|
||||||
|
@ -278,6 +278,7 @@ typedef struct
|
||||||
category_medium CategoryMedium[] =
|
category_medium CategoryMedium[] =
|
||||||
{
|
{
|
||||||
// medium icon written name
|
// medium icon written name
|
||||||
|
{ "admin", "🗹", "Administrivia"}, // TODO(matt): Filter this out by default
|
||||||
{ "afk", "…" , "Away from Keyboard"}, // TODO(matt): Filter this out by default
|
{ "afk", "…" , "Away from Keyboard"}, // TODO(matt): Filter this out by default
|
||||||
{ "authored", "🗪", "Chat Comment"}, // TODO(matt): Conditionally handle Chat vs Guest Comments
|
{ "authored", "🗪", "Chat Comment"}, // TODO(matt): Conditionally handle Chat vs Guest Comments
|
||||||
{ "blackboard", "🖌", "Blackboard"},
|
{ "blackboard", "🖌", "Blackboard"},
|
||||||
|
|
Loading…
Reference in New Issue