dendrite/roomserver/storage/postgres
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
..
deltas
event_json_table.go
event_state_keys_table.go
event_types_table.go
events_table.go
invite_table.go
membership_table.go
previous_events_table.go
published_table.go
purge_statements.go
redactions_table.go
reported_events_table.go
room_aliases_table.go
rooms_table.go
state_block_table.go
state_snapshot_table.go
storage.go
user_room_keys_table.go Fix nil pointer derefernce issues (#3379) 2024-07-27 22:29:34 +02:00