ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,624
- Points
- 823
Reputation:
The
This causes the string sent to the Pusher to be:
Read more
Continue reading...
x_reacted_to_your_post_in_the_thread_y
phrase as a replacement variable, posterParams. posterParams is used properly in public:alert_post_reaction
and public:reaction_item_post
, but it's missing in public:push_post_reaction
.This causes the string sent to the Pusher to be:
someUser reacted to <a {posterParams}>your post</a> in the ThreadTitle with Like
. In the end, it ends up not being noticeable for Web Push because all HTML entities (including malformed...Read more
Continue reading...