Add "poll" notification support
This commit is contained in:
parent
6dcffc0802
commit
9fd1b29521
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue