Reinstated the use of EUID/UUID in blog posts; however this time they are not being...
[citadel.git] / citadel / euidindex.c
index 8bad12925557f072c6b713397337121624e0e7f5..dbc89adaa6c8153cade0153a8cfbf74780b88632 100644 (file)
@@ -74,6 +74,7 @@ int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf) {
                case VIEW_TASKS:        return(1);
                case VIEW_NOTES:        return(1);
                case VIEW_WIKI:         return(1);
+               case VIEW_BLOG:         return(1);
        }
        
        return(0);