diff --git a/entities/src/notification.rs b/entities/src/notification.rs index d09c1d7..cd930fc 100644 --- a/entities/src/notification.rs +++ b/entities/src/notification.rs @@ -34,4 +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, }