mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-01 03:34:53 -05:00
a5213df1f7
Check the user_id passed to a couple of APIs for validity, to avoid "IndexError: list index out of range" exception which looks scary and results in a 500 rather than a more useful error. Fixes #1432, among other things