Implement notifications retrieval. (closes #201)
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user