mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
* Add housekeeping function to delete old/expired EDUs * Add migrations * Evict EDUs from cache * Fix queries * Fix upgrade * Use map[string]time.Duration to specify different expiry times * Fix copy & paste mistake * Set expires_at to tomorrow * Don't allow NULL * Add comment * Add tests * Use new testrig package * Fix migrations * Never expire m.direct_to_device Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com> Co-authored-by: kegsay <kegan@matrix.org> |
||
|---|---|---|
| .. | ||
| deltas | ||
| blacklist_table.go | ||
| inbound_peeks_table.go | ||
| joined_hosts_table.go | ||
| notary_server_keys_json_table.go | ||
| notary_server_keys_metadata_table.go | ||
| outbound_peeks_table.go | ||
| queue_edus_table.go | ||
| queue_json_table.go | ||
| queue_pdus_table.go | ||
| server_key_table.go | ||
| storage.go | ||