X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=database%2Fdatabase.h;h=6dfcf9dddabe2675566f55599a1fad8b7be53d03;hb=d72ebf451ae43b53e6f14f9a614cc714b06431d4;hp=15fd072d93c137d06ed4c5507467f0ac83939cf3;hpb=4dbf6205d0ab778edaa0c43e2eca2b3f92bd2dcb;p=blerg.git diff --git a/database/database.h b/database/database.h index 15fd072..6dfcf9d 100644 --- a/database/database.h +++ b/database/database.h @@ -26,8 +26,7 @@ struct meta { /* meta.status is a bitfield of these options */ /* Muted - if set, tags/refs and subscriptions are not calculated */ #define BLERGSTATUS_MUTED 0x00000001 -/* Mentioned - if set, user has been mentioned. Cleared by /status/ with - * {"clear": "mentioned"} */ +/* Mentioned - if set, user has been mentioned. */ #define BLERGSTATUS_MENTIONED 0x00000002 struct blerg {