Toby You see, if two or more people reply to your post, the notifications are all grouped together into one ("Dominion and 2 others replied to your post").
Aha! I had comlpletely forgotten that the notification might be about more than one reply.
Toby Basically, showing the text of the reply would mean splitting up multiple replies to the same post into multiple notifications ... is this something we want to do?
No, that would just add a lot of clutter. But it seems to me that since I'm being notified of replies, they should be the subject of the notification. That is, when I see the text of my own message quoted, the first thought that comes to me is not "This is a handy aid to navigation" but "This is reminding you what you said, just in case you forgot."
While I may need to be reminded what I said at this point, I'm more interested in hearing what the person who replied has to say in response! So sending me to my own post is just forcing me to click one more link before I can get where I really want to be.
Many forum scripts take the approach of notifying you of the first reply you receive, and then don't send any further notifications about that thread until you've visited it. (In some cases they even say, "You won't be notified of additional responses" in the email.) That seems like something that Flarum could adapt, with a bit of tweaking.
Regarding mail notification:
- Flarum sends notification of the first reply received to a thread, quoting that reply.
- It doesn't send any further email notifications until the user visits the thread.
- This will cut down on the amount of mail Flarum has to send out. (Or are you doing this already?)
Regarding alerts:
- Flarum indicates when a reply has been posted, quoting the reply as in the mail.
- As further replies are received, the number of "x others" is incremented, but that's all.
- The name of the user who posted the earliest reply is always cited.
In either the mail or the alert, clicking takes you to the earliest reply, allowing you to read the thread normally from there. If you want to get to the other replies quickly, you can get back to your own post from the first reply, then navigate to the others from there.
At any rate, that's what I'd find most convenient.