D
digitalpoint
Guest
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...