From 1bb5cb034ba3dc3a8e79917549e3805c4fa3d8e1 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Wed, 15 Nov 2017 21:54:36 +0000 Subject: [PATCH] cinera: Add :admin medium --- cinera/cinera.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cinera/cinera.c b/cinera/cinera.c index 724bfbe..af82b5a 100644 --- a/cinera/cinera.c +++ b/cinera/cinera.c @@ -14,7 +14,7 @@ typedef struct version CINERA_APP_VERSION = { .Major = 0, .Minor = 5, - .Patch = 0 + .Patch = 1 }; #define CINERA_DB_VERSION 1 @@ -278,6 +278,7 @@ typedef struct category_medium CategoryMedium[] = { // medium icon written name + { "admin", "🗹", "Administrivia"}, // 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 { "blackboard", "🖌", "Blackboard"},