Implement notifications retrieval. (closes #201)

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-29 22:05:49 +00:00
parent aedaf3f0c1
commit 48923b3657
5 changed files with 184 additions and 12 deletions

View File

@@ -414,6 +414,11 @@ pub(super) static MAPS: &[Descriptor] = &[
name: "userid_usersigningkeyid",
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "useridcount_notification",
limit_size: 1024 * 1024 * 256,
..descriptor::RANDOM_SMALL_CACHE
},
Descriptor {
name: "useridprofilekey_value",
..descriptor::RANDOM_SMALL