MARKDOWN: two more places to handle the new room mode.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 8 Dec 2013 10:52:01 +0000 (11:52 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 8 Dec 2013 10:52:01 +0000 (11:52 +0100)
citadel/euidindex.c
citadel/modules/ctdlproto/serv_messages.c

index 7e5c735d06a2e267d2fd4f1a1bf2b039d8987284..38968219bfc4b4cfadc2d438abadb07352a79feb 100644 (file)
@@ -40,6 +40,7 @@ int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf) {
                case VIEW_TASKS:        return(1);
                case VIEW_NOTES:        return(1);
                case VIEW_WIKI:         return(1);
+               case VIEW_WIKIMD:       return(1);
                case VIEW_BLOG:         return(1);
        }
        
index e2fda42ce4ad26ddb026c094d73ad21a3b61bef7..46c540f83937652096ee6546735b1c06cfdeb163 100644 (file)
@@ -360,6 +360,7 @@ void cmd_ent0(char *entargs)
        switch(CC->room.QRdefaultview) {
        case VIEW_NOTES:
        case VIEW_WIKI:
+       case VIEW_WIKIMD:
                extract_token(supplied_euid, entargs, 9, '|', sizeof supplied_euid);
                break;
        default: