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
Revert "setting KeyboardCompatibleView initialHeight again when the layoutHeight is not equal to the new height when the keyboard is closed and setting the initial channelHeight state to a number as the types for Animated suggest removing some unused or unnecessary things"
Copy file name to clipboardExpand all lines: docs/cookbook.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1326,14 +1326,11 @@ For setup regarding push notifications, first of all make sure you have followed
1326
1326
1327
1327
### Requirements
1328
1328
1329
-
- User must be a member of channel if they expect a push notification for a message on that channel.
1329
+
- User must be a member of channel, if he expects a push notification for a message on that channel.
1330
1330
1331
1331
- We only send a push notification, when user is **NOT** connected to chat, or in other words, if user does **NOT** have any active WS (websocket) connection. WS connection is established when you do
0 commit comments