summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-12-22 17:13:47 +0000
committerDavid Baker <dave@matrix.org>2015-12-22 17:13:47 +0000
commit3fbb0317453f00f4d84ebc52145d8afb6490909f (patch)
treee45a9d708d6be441d9018dbdc82e8cf37420db35
parentInsert push actions in a single db query rather than one per user/profile_tag (diff)
downloadsynapse-3fbb0317453f00f4d84ebc52145d8afb6490909f.tar.xz
Remove the list of problems (moved to jira issues)
-rw-r--r--problems_with_this_branch5
1 files changed, 0 insertions, 5 deletions
diff --git a/problems_with_this_branch b/problems_with_this_branch
deleted file mode 100644
index baed6f5c6b..0000000000
--- a/problems_with_this_branch
+++ /dev/null
@@ -1,5 +0,0 @@
- * processing push by bluntly running the rules for each user
- * 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 at sync time to get the unread notif count