summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-12-22 15:22:26 +0000
committerDavid Baker <dave@matrix.org>2015-12-22 15:22:26 +0000
commit77f06856b612e2905b5b69f6f2de75ddd348adfd (patch)
treeb573a20334d0027524ad110f6f1f47fadabda135
parentAdd bulk push rule evaluator which actually still evaluates rules one by one,... (diff)
downloadsynapse-77f06856b612e2905b5b69f6f2de75ddd348adfd.tar.xz
clarify problems
-rw-r--r--problems_with_this_branch2
1 files changed, 1 insertions, 1 deletions
diff --git a/problems_with_this_branch b/problems_with_this_branch
index 9c5df55212..baed6f5c6b 100644
--- a/problems_with_this_branch
+++ b/problems_with_this_branch
@@ -2,4 +2,4 @@
  * processing push twice because the pushers still run the rules themselves rather than pulling out of the event_actions table
  * consequently converting events back & forth between objects & dicts when processing
  * fetching all the current ephemeral events for each room on an incremental sync to get the user's read receipt
- * doing 2 more db queries per room to get the unread notif count
+ * doing 2 more db queries per room at sync time to get the unread notif count