Add "poll" notification support

This commit is contained in:
jhwgh1968 2023-01-07 15:56:09 +00:00 committed by Scott Boggs
parent 6dcffc0802
commit 9fd1b29521
1 changed files with 2 additions and 0 deletions

View File

@ -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,
}