diff options
author | David Baker <dave@matrix.org> | 2015-12-22 17:13:47 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-12-22 17:13:47 +0000 |
commit | 3fbb0317453f00f4d84ebc52145d8afb6490909f (patch) | |
tree | e45a9d708d6be441d9018dbdc82e8cf37420db35 | |
parent | Insert push actions in a single db query rather than one per user/profile_tag (diff) | |
download | synapse-3fbb0317453f00f4d84ebc52145d8afb6490909f.tar.xz |
Remove the list of problems (moved to jira issues)
-rw-r--r-- | problems_with_this_branch | 5 |
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 |