Add notification type "follow request"
This commit is contained in:
parent
9fd1b29521
commit
83e02464af
|
@ -34,6 +34,9 @@ pub enum NotificationType {
|
||||||
Favourite,
|
Favourite,
|
||||||
/// Someone followed the application client.
|
/// Someone followed the application client.
|
||||||
Follow,
|
Follow,
|
||||||
|
/// Someone asked to followed the application client when follow requests must be approved.
|
||||||
|
#[serde(rename = "follow_request")]
|
||||||
|
FollowRequest,
|
||||||
/// A poll the application client previously voted in has ended.
|
/// A poll the application client previously voted in has ended.
|
||||||
Poll,
|
Poll,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue