0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-20 08:38:56 +02:00
dendrite/userapi/internal
Till affb6977e4
Fix nil pointer derefernce issues (#3379)
Discovered while running
https://gitlab.futo.org/load-testing/matrix-goose.

Dendrite locks up and runs into `context cancelled`, so the error is not
`sql.ErrNoRows` nor "default" (and definitely shouldn't return that the
account exists in this case)
2024-07-27 22:29:34 +02:00
..
api_logintoken.go
cross_signing.go Move json errors over to gmsl (#3080) 2023-05-09 22:46:49 +00:00
device_list_update.go Use IsBlacklistedOrBackingOff to determine if we should try to fetch devices (#3254) 2023-11-09 08:43:27 +01:00
device_list_update_default.go
device_list_update_sytest.go
device_list_update_test.go Use IsBlacklistedOrBackingOff to determine if we should try to fetch devices (#3254) 2023-11-09 08:43:27 +01:00
key_api.go Don't send device list updates upon registration (#3307) 2024-01-20 21:20:37 +01:00
key_api_test.go
user_api.go Fix nil pointer derefernce issues (#3379) 2024-07-27 22:29:34 +02:00