From 9fd1b29521edd3e1b609b863cf8964fd828a205f Mon Sep 17 00:00:00 2001 From: jhwgh1968 Date: Sat, 7 Jan 2023 15:56:09 +0000 Subject: [PATCH] Add "poll" notification support --- entities/src/notification.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entities/src/notification.rs b/entities/src/notification.rs index d09c1d7..090c4f5 100644 --- a/entities/src/notification.rs +++ b/entities/src/notification.rs @@ -34,4 +34,6 @@ pub enum NotificationType { Favourite, /// Someone followed the application client. Follow, + /// A poll the application client previously voted in has ended. + Poll, }