Sean Quah
85e161631a
Faster room joins: Fix spurious error when joining a room ( #13872 )
...
During a `lazy_load_members` `/sync`, we look through auth events in
rooms with partial state to find prior membership events. When such a
membership is not found, an error is logged.
Since the first join event for a user never has a prior membership event
to cite, the error would always be logged when one appeared in the room
timeline.
Avoid logging errors for such events.
Introduced in #13477 .
Signed-off-by: Sean Quah <seanq@matrix.org>
2022-09-27 11:17:23 +01:00
..
2022-08-23 11:40:00 +00:00
2021-04-14 15:34:27 +01:00
2022-05-16 15:35:31 +00:00
2022-05-09 12:31:14 +01:00
2022-03-24 11:19:41 +01:00
2022-09-08 15:41:48 +00:00
2022-07-15 09:36:56 +01:00
2022-09-20 15:18:07 +02:00
2022-02-23 11:04:02 +00:00
2022-03-09 18:23:57 +00:00
2022-09-23 17:55:15 +01:00
2022-05-27 07:14:36 -04:00
2022-08-24 14:15:37 -05:00
2022-09-16 16:16:05 +01:00
2022-07-21 12:01:52 +00:00
2022-09-23 11:47:16 +01:00
2022-08-24 14:13:12 -05:00
2022-09-23 11:47:16 +01:00
2022-09-23 14:01:29 -05:00
2022-08-31 12:10:25 +00:00
2022-08-22 14:17:59 +01:00
2022-09-14 15:53:18 +00:00
2022-06-14 09:12:08 -04:00
2022-09-07 10:54:44 +01:00
2021-09-23 07:13:34 -04:00
2022-08-24 14:15:37 -05:00
2022-07-07 11:02:09 +00:00
2022-09-20 12:10:31 +01:00
2022-04-05 15:43:52 +01:00
2022-09-23 14:33:28 +00:00
2022-09-21 14:39:01 +00:00
2022-08-22 14:17:59 +01:00
2022-05-31 12:17:50 +00:00
2022-07-27 19:46:57 +01:00
2021-06-09 19:39:51 +01:00
2022-09-14 15:53:18 +00:00
2022-09-23 11:47:16 +01:00
2022-08-31 12:10:25 +00:00
2022-02-23 11:04:02 +00:00
2022-06-06 09:24:12 +01:00
2022-07-25 16:27:19 +01:00
2022-02-23 11:04:02 +00:00
2022-09-21 13:08:16 +00:00
2022-02-23 11:04:02 +00:00
2022-06-29 17:12:45 +00:00
2022-09-27 11:17:23 +01:00
2022-09-26 17:33:32 +02:00
2022-06-01 16:02:53 +01:00