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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,16 @@ Testing push notifications necessitates user-to-user interactions to observe the
37
37
38
38
1.**User Account Setup:**
39
39
- Create at least two distinct user accounts for testing purposes.
40
-
- In each user account's notifications preferences, assign web push notifications and subscribe to them to receive Push Notifications.
40
+
- In user1's account notifications preferences, assign web push notifications and subscribe to receive Push Notifications.
41
41
42
42
2.**Message, Quote, or Reply Interaction:**
43
-
- Initiate a user-to-user interaction by performing one of the following actions using "User Account 1":
44
-
- **Private Message:** Send a direct message from "User Account 1" to "User Account 2".
45
-
- **Quote:** Quote a post or message authored by "User Account 2" using "User Account 1".
46
-
- **Reply:** Respond to a post or message authored by "User Account 2" using "User Account 1".
43
+
- Initiate a user-to-user interaction by performing one of the following actions using "User Account 2":
44
+
- **Private Message:** Send a direct message from "User Account 2" to "User Account 1".
45
+
- **Quote:** Quote a post or message authored by "User Account 1" using "User Account 2".
46
+
- **Reply:** Respond to a post or message authored by "User Account 1" using "User Account 2".
47
47
48
48
3.**Observing Push Notifications:**
49
-
- Once the interaction is performed from "User Account 1" to engage with "User Account 2," you promptly should see a notification for "User Account 2."
49
+
- Once the interaction is performed from "User Account 2" to engage with "User Account 1," you promptly should see a notification for "User Account 1."
50
50
51
51
4.**Caveats for Local Testing**
52
52
- Local testing of Push Notifications only works from a `localhost` address or if your local server has a secure SSL certificate.
0 commit comments