[Glitch] Add UI for enabling/disabling poll notifications

This commit is contained in:
ThibG
2019-03-13 19:29:54 +01:00
committed by Thibaut Girka
parent 5ffdc5426e
commit 931ecc8824
4 changed files with 21 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ const initialState = Immutable.Map({
favourite: false,
reblog: false,
mention: false,
poll: false,
}),
isSubscribed: false,
browserSupport: false,