You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using v5.4.3. I am using the exposed API with to push notifications.
The notification is about 150 characters and the pop-up appear with success. Then 3 possibilities may occur:
let the timer run out - notification center may not store the notification
click ok - notification center may not store the notification
stop the timer of pop-up - notification center will always show the notification
api:
# If false then disable all of REST APIs.
enabled: true
# The maximum size of the notification that user can pull from the server in a single request.
pull.maxSize: 200
`
The text was updated successfully, but these errors were encountered:
I am using v5.4.3. I am using the exposed API with to push notifications.
The notification is about 150 characters and the pop-up appear with success. Then 3 possibilities may occur:
Config:
The text was updated successfully, but these errors were encountered: