summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/site.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site.clj b/src/site.clj
index e38171e..2d41d84 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -682,6 +682,7 @@ order by count desc limit ? offset ?")
(.setAttribute "json_user_nick" (if nick (json-str nick) "null"))
(.setAttribute "version" *chat-version-number*)
(.setAttribute "roomname" (room :name))
+ (.setAttribute "dis" (= (room :name) "dis"))
(.setAttribute "timestamp" now))
(.toString st))
[404 "UNKNOWN PAGE"]))