MatrixSynapse/synapse
Richard van der Hoff 0ef321ff3b
Remove outdated constraint on remote_media_cache_thumbnails ()
The `remote_media_cache_thumbnails_media_origin_media_id_thumbna_key`
constraint is superceded by
`remote_media_repository_thumbn_media_origin_id_width_height_met` (which adds
`thumbnail_method` to the unique key).

PR  made an attempt to remove the old constraint, but got the name wrong,
so it didn't work. Here we update the bg update and rerun it.

Fixes .
2021-04-06 13:36:05 +01:00
..
_scripts Strip trailing / from server_url in register_new_matrix_user () 2020-11-26 10:57:26 +00:00
api Add an experimental room version to support restricted join rules. () 2021-03-31 16:39:08 -04:00
app Add type hints for the federation sender. () 2021-03-29 11:43:20 -04:00
appservice Add ResponseCache tests. () 2021-03-08 14:00:07 -05:00
config Add an experimental room version to support restricted join rules. () 2021-03-31 16:39:08 -04:00
crypto Enable addtional flake8-bugbear linting checks. () 2021-03-24 09:34:30 -04:00
events Add type hints to misc. files. () 2021-03-24 06:49:01 -04:00
federation Add type hints to the federation handler and server. () 2021-04-06 07:21:57 -04:00
groups Import HomeServer from the proper module. () 2021-03-23 07:12:48 -04:00
handlers Add type hints to the federation handler and server. () 2021-04-06 07:21:57 -04:00
http Update mypy configuration: `no_implicit_optional = True` () 2021-04-05 09:10:18 -04:00
logging Improve tracing for to device messages () 2021-04-01 17:08:21 +01:00
metrics Fix additional type hints from Twisted upgrade. () 2021-03-03 15:47:38 -05:00
module_api Record the SSO Auth Provider in the login token () 2021-03-04 14:44:22 +00:00
push Import HomeServer from the proper module. () 2021-03-23 07:12:48 -04:00
replication Update mypy configuration: `no_implicit_optional = True` () 2021-04-05 09:10:18 -04:00
res/templates Support not providing an IdP icon when choosing a username. () 2021-02-19 07:48:46 -05:00
rest Add `order_by` to list user admin API () 2021-04-01 11:28:53 +01:00
server_notices Add a type hints for service notices to the HomeServer object. () 2021-03-24 06:48:46 -04:00
spam_checker_api Combine `SpamCheckerApi` with the more generic `ModuleApi`. () 2020-10-07 12:03:26 +01:00
state Update black, and run auto formatting over the codebase () 2021-02-16 22:32:34 +00:00
static Add initial support for a "pick your IdP" page () 2021-01-05 11:25:28 +00:00
storage Remove outdated constraint on remote_media_cache_thumbnails () 2021-04-06 13:36:05 +01:00
streams Make token serializing/deserializing async () 2020-09-30 20:29:19 +01:00
util Update mypy configuration: `no_implicit_optional = True` () 2021-04-05 09:10:18 -04:00
__init__.py 1.31.0 2021-04-06 13:09:56 +01:00
event_auth.py Add an experimental room version to support restricted join rules. () 2021-03-31 16:39:08 -04:00
notifier.py Update mypy configuration: `no_implicit_optional = True` () 2021-04-05 09:10:18 -04:00
python_dependencies.py Fix the suggested pip incantation for cryptography () 2021-03-29 11:55:33 +01:00
secrets.py Add type hints to misc. files. () 2021-03-24 06:49:01 -04:00
server.py Make RateLimiter class check for ratelimit overrides () 2021-03-30 12:06:09 +01:00
types.py Convert Requester to attrs () 2021-03-10 18:15:56 +00:00
visibility.py Add type hints to misc. files. () 2021-03-24 06:49:01 -04:00