Add notification type "follow request"
This commit is contained in:
parent
9fd1b29521
commit
83e02464af
|
@ -34,6 +34,9 @@ pub enum NotificationType {
|
|||
Favourite,
|
||||
/// Someone followed the application client.
|
||||
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.
|
||||
Poll,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue