]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/webcit.h
Pass through the data to tell the client if it has room aide privileges and/or permis...
[citadel.git] / webcit-ng / webcit.h
index 7e1667a8d3ca7ad611e25e38f3044a1008453763..eeeac89b2bace6f9f84f061d0c5f753c2ab0b299 100644 (file)
@@ -84,6 +84,7 @@ struct ctdlsession {
        int room_current_view;
        int room_default_view;
        int is_room_aide;                       // nonzero if the user has aide rights to THIS room
+       int can_delete_messages;                // nonzeri if the user is permitted to delete messages in THIS room
        long last_seen;
        int new_messages;
        int total_messages;