dendrite/roomserver/storage
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
..
postgres Fix nil pointer derefernce issues (#3379) 2024-07-27 22:29:34 +02:00
shared Add getting/deleting single event report (#3344) 2024-03-22 21:54:29 +00:00
sqlite3 Fix nil pointer derefernce issues (#3379) 2024-07-27 22:29:34 +02:00
tables Add getting/deleting single event report (#3344) 2024-03-22 21:54:29 +00:00
interface.go Add getting/deleting single event report (#3344) 2024-03-22 21:54:29 +00:00
storage_wasm.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
storage.go Use pointer when passing the connection manager around (#3152) 2023-07-19 13:37:04 +02:00