Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
gencay tekin
jitsi-meet
Commits
50d37bf8
Commit
50d37bf8
authored
3 years ago
by
Saúl Ibarra Corretgé
Committed by
Saúl Ibarra Corretgé
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(polls) use medium timeout for poll notifications
parent
7dd9785e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
react/features/polls/subscriber.js
+1
-1
react/features/polls/subscriber.js
with
1 addition
and
1 deletion
react/features/polls/subscriber.js
+
1
−
1
View file @
50d37bf8
...
...
@@ -83,7 +83,7 @@ StateListenerRegistry.register(
appearance
:
NOTIFICATION_TYPE
.
NORMAL
,
titleKey
:
'
polls.notification.title
'
,
descriptionKey
:
'
polls.notification.description
'
},
NOTIFICATION_TIMEOUT_TYPE
.
SHORT
));
},
NOTIFICATION_TIMEOUT_TYPE
.
MEDIUM
));
break
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets