0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-01-08 14:33:47 +01:00
dendrite/clientapi/auth/storage/accounts
Thibaut CHARLES b729a10366 Store & retrieve filters as structs rather than []byte (#436)
Manipulate filters as gomatrix.Filter structures, instead of their []byte JSON representation.
This lays ground work for using filters in dendrite for /sync requests.
2019-07-25 00:08:51 +08:00
..
account_data_table.go
accounts_table.go
filter_table.go Store & retrieve filters as structs rather than []byte (#436) 2019-07-25 00:08:51 +08:00
membership_table.go
profile_table.go
storage.go Store & retrieve filters as structs rather than []byte (#436) 2019-07-25 00:08:51 +08:00
threepid_table.go