Add support for statistics routes
This commit is contained in:
@@ -34,6 +34,7 @@ pub struct Token {
|
||||
pub right_inbox: bool,
|
||||
pub right_file: bool,
|
||||
pub right_auth: bool,
|
||||
pub right_stats: bool,
|
||||
}
|
||||
|
||||
impl Token {
|
||||
@@ -78,4 +79,5 @@ pub struct NewToken<'a> {
|
||||
pub right_inbox: bool,
|
||||
pub right_file: bool,
|
||||
pub right_auth: bool,
|
||||
pub right_stats: bool,
|
||||
}
|
||||
|
Reference in New Issue
Block a user