problem in messenger links in notification emails

Hi UNA team,

The email notifications of messenger messages includes links to messages with this template:
https://anysite.com/m/messenger/archive/2964
this is same for sites like mine which doesn't use permalinks.
I guess for sites who doesnt use permalinks it needs to be like:
https://anysite.com/page.php?i=messenger&archive=2964

PS: for a temporary solution, users may add this line to their nginx site configuration file:
rewrite ^/m/messenger/archive/([0-9]+) /page.php?i=messenger&archive=$1 last;

  • 283
  • More
Replies (1)
    Login or Join to comment.