MatrixSynapse/changelog.d
Eric Eastwood 6f2943714b
Remove unused `auth_event_ids` argument plumbing (#12304)
Follow-up to https://github.com/matrix-org/synapse/pull/12083

Since we are now using the new `state_event_ids` parameter to do all of the heavy lifting.
We can remove any spots where we plumbed `auth_event_ids` just for MSC2716 things in
https://github.com/matrix-org/synapse/pull/9247/files.

Removing `auth_event_ids` from following functions:

 - `create_and_send_nonmember_event`
 - `_local_membership_update`
 - `update_membership`
 - `update_membership_locked`
2022-03-29 09:18:52 +01:00
..
.gitignore
12036.misc Rename shared_rooms to mutual_rooms (#12036) 2022-03-23 11:19:20 +00:00
12038.misc Remove mutual_rooms `update_user_directory` check, and add extra documentation (#12038) 2022-03-23 12:47:07 +00:00
12083.misc Refactor `create_new_client_event` to use a new parameter, `state_event_ids`, which accurately describes the usage with MSC2716 instead of abusing `auth_event_ids` (#12083) 2022-03-25 09:21:06 -05:00
12087.bugfix
12091.misc Add restrictions by default to open registration in Synapse (#12091) 2022-03-25 10:11:01 -07:00
12195.feature Allow modules to store already existing 3PID associations (#12195) 2022-03-28 18:57:19 +02:00
12198.misc
12199.misc
12216.misc
12219.misc
12224.misc
12225.misc
12227.bugfix Do not consider events by ignored users for relations (#12285) 2022-03-24 10:25:42 -04:00
12228.bugfix
12231.doc
12232.bugfix Do not consider events by ignored users for relations (#12285) 2022-03-24 10:25:42 -04:00
12237.misc
12240.misc
12242.misc
12243.doc
12244.misc
12246.doc
12248.misc
12250.feature Allow registering admin users using the module API (#12250) 2022-03-23 12:48:47 +01:00
12255.misc Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
12256.misc Add type hints to tests files. (#12256) 2022-03-21 09:43:16 -04:00
12258.misc
12261.bugfix Always allow the empty string as an avatar_url. (#12261) 2022-03-25 13:28:42 +00:00
12262.misc Refuse to start if DB has an unsafe locale (#12262) 2022-03-23 10:23:05 -07:00
12266.misc Optionally include account validity in MSC3720 account status responses (#12266) 2022-03-24 11:19:41 +01:00
12269.misc Use psycopg2 type stubs (#12269) 2022-03-23 14:03:24 +00:00
12272.misc Add cache for `get_membership_from_event_ids` (#12272) 2022-03-25 14:58:56 +00:00
12275.doc Authentik OpenID minor doc update (#12275) 2022-03-25 12:40:10 +00:00
12279.doc HAProxy guide update (#12279) 2022-03-28 10:48:18 +00:00
12283.misc Re-enable test concurrency on Complement (#12283) 2022-03-24 15:59:06 -04:00
12285.bugfix Do not consider events by ignored users for relations (#12285) 2022-03-24 10:25:42 -04:00
12288.misc Mention the new behaviour on unsafe database locale in the upgrade notes (#12288) 2022-03-25 10:56:18 +01:00
12291.misc Remove unused test code. (#12291) 2022-03-24 19:25:52 +00:00
12301.misc Enhance logging for inbound federation events (#12301) 2022-03-25 14:44:57 +00:00
12304.misc Remove unused `auth_event_ids` argument plumbing (#12304) 2022-03-29 09:18:52 +01:00
12311.misc Improve type annotations for `execute_values`. (#12311) 2022-03-28 17:21:23 +01:00
12313.misc Un-revert Jinja2 fix (#12313) 2022-03-28 17:02:57 +00:00
12314.misc Exclude outliers in `on_backfill_request` (#12314) 2022-03-28 19:20:14 +01:00