How do the comment replies (aka "pinging users") work?
- Who can I send an @reply to?
- How do I respond to a specific user when entering my comment?
- Will they be notified?
- What do people mean when they talk about "pinging" another user?
Related:
How do the comment replies (aka "pinging users") work?
Related:
You can use @name syntax anywhere in your comment to reply to a specific user. This will notify that user in their global inbox. There can also be notification through email if you set it up in the preferences found in your profile page. This feature is specific to comments and doesn't work in posts.
The author of the specific post (question or answer).
Note that the author of the post will always be notified of any new comment. You may still use it for clarity, if needed; however, if there are no comments, or only you or the author have commented on the post so far, the @name will be automatically removed from the beginning of the comment, as it adds no value. (To avoid breaking sentences, mentions not at the beginning will not be removed.)
Any user who has a visible (non-deleted) comment on the post.
This is usually through the @name feature. Additionally, if a user comments on their own post and there is only one other person who has previously commented on that post, then that person is also notified, even if @name is not used.
However, if the visible comment(s) being replied to are deleted, apart from several exceptions with diamond moderator's comments on deleted posts, then the notification is removed, regardless of whether or not the recipient has already seen the notification.
Any user who has edited the post (does not include pending or rejected edit suggestions).
For questions: The non-moderator user who closed or reopened the question, provided they were the only one to do so. On most sites, this only includes users with gold tag badges who single-handedly closed or reopened duplicate questions. Other cases of this include closures/reopenings on Stack Overflow prior to 2009 and on Hardware Recommendations after mid-2019. If other users were also involved in the closure (e.g., closed by User1, User2, and GoldBadgeUser), no users can be notified.
For questions: the moderator user who closed or reopened the question. Unlike the above case of non-moderator users, there are no restrictions on whether the moderator was the sole user involved in the action. Do note that this checks whether the user cast their binding vote in their capacity as a moderator, so if a user wasn't a moderator at the time but later became one they cannot be notified, and if they were a moderator but later ceased to be one, they can still be notified.
For questions: any user who put a bounty on the question (current or expired)
Keep in mind that the question and answers are all considered independently. For example, if Alice was the author of the question, then you cannot notify her by commenting on Bob's answer (unless Alice also participated in that answer or is following the answer). Similarly, you cannot notify Bob by commenting on Alice's question (unless Bob participated in or is following the question).
Only users who have commented on the post are populated into the list. Editors and other users from the post's history will never appear there, even if they are able to be notified by typing manually. The author is also not included unless they commented.
Users without an account on the site (i.e., if their name shows up without a link, such as deleted users) will not show in the autocomplete, as there's no active account to which to send the notification.
No. Comments containing more than one @name are blocked unless they contain a backtick `
.
In the latter case, only the first name mentioned using the @name syntax will be notified. For example, @alice `@bob Hi!` will notify Alice (if she has participated in that post), but not Bob.
An exception is the case when the first @name either matched nobody or matched the post's author (and thus isn't necessary); in this case, the next @name will be checked. Note that these checks only apply to the first @name, not subsequent ones; if the first one matches someone, and there are multiple @name mentions (or any text of the form @something
), the comment will still be blocked.
When editing a comment within its limited editing period, if you change or add @name, the notification may or may not reach the new recipient depending on timing.
No. Things like @op, @downvoter, or @all have no special meaning and will not trigger any notifications.
You must include @name, where name is a reasonable match to a user's current display name at the time the comment is submitted. You cannot use previous display names the target may have had.
The notification must begin with a space or be at the start of the comment. For example, you cannot use markup such as italics.
If the first word in the display name is at least three characters long, then there must be a starts-with, case-insensitive match of at least three characters in the display name. This means @a and @ab will never match anyone, unless a user uses a first word that is only two characters. Like: @Jo will notify Jo Miller, but not John, and @B. will notify B. Gates, but not B.Gates. If there are more than three characters in @name, then all given characters must match (neither @alix nor @aliceinwonderland will match user Alice).
Matching is performed in reverse chronological order, so if multiple people named John are participating, @john will match the most recent John. (Use the next rule to differentiate. Note that in this case, the autocomplete may show multiple listings for the same username, but there's no difference in selecting any one of those.)
Spaces are removed from the display names for matching purposes. So to match Peter Smith you may use @pet, @peter, @peters, or @petersmith. The last two are useful if Peter Jones is also participating, who can then be distinguished using @peterj. However, no spaces are allowed in the @name itself. Like to notify P Smith, one must use @psm or @psmith. (Here @P Smith would be handled as just @P, which is too short.) Single quotes, dots, dashes and underscores should not be removed.
Special characters are replaced with their simple equivalent. To reply to Pi?re you can use both @pi?re and @piere. And to reply to J?rg you could use @jorg, but not @joerg.
The system does attempt to ignore most punctuation to allow for proper notifications, such as a single trailing dot, comma, or colon. The exact matching rules are not documented, but extensive tests performed on 30?August 2011 indicate that the following algorithm is used:
@
, where the word boundary is determined by a space, a character not valid in user names (such as : , / ! ?
) or the end of the comment..
from the resulting string if applicable (and if the string has more than two characters).'
or 's
, remove that piece from the string.Example: The comment ends with @O'Conner's.)
. The word immediately following the @
is O'Conner's.
since '
and .
are valid in display names. Then the trailing dot is removed, and finally the 's
is removed, resulting in O'Conner
.
Some examples of supported notifications:
@name some text
@name: some text
@name. Some text
@name, some text
some text, @name
some text, @name, more text
Some text, @name.
This is mentioned in @name's comment.
@P.
for both P. Smith and P. Jones (whoever commented most recently), but not P.Smith nor P.Jones. Likewise, @P. Smith
is handled as @P.
, so also matches P. Smith or P. Jones.@psm
or @psmith
for P Smith@peters
or @peterj
for Peter Smith or Peter Jones respectively@name...
Examples that will not trigger notifications:
abc@name
*@name*
*@name:*
[@name](http://some-url)
@[name](http://some-url)
@P Smith
David Cuccia
so @David Cuccia and @DavidCuccia will both work ? one is with space and other without space ?
they
instead of he/she
when I don't know the proper pronoun ).
@name
).
`
) can allow a second “at” symbol in a comment.?Apparently this works even if the backtick isn’t matched (i.e.,?if the ‘@’ symbol isn’t formatted as code).?But does this mean that `@
is never treated as a?ping, even if it’s the first ‘@’ in the comment??(2)?This lists abc@name
as an “example” of a non-ping, without giving a?general rule that it is an example of.?Is?‘@’ always treated as a non-special, literal text character if it’s preceded by a non-blank??(There’s?a?comment (above) about \@, but I don’t understand it.)? …?(Cont’d)
Commented
May 30, 2019 at 17:25
*@name*
as an “example” of a non-ping.? What about *I?hope @name sees this.*
?? (4)?This lists [@name](URL)
as an “example” of a non-ping, but I?suspect that [blah blah @name blah blah](URL)
works.? (5)?I?understand that the algorithms for detection of?fraud and?spam, etc., are secret to?make it harder to?game them.? But?why can’t we get official documentation on how ‘@’ works?
Commented
May 30, 2019 at 17:34
什么火灾不能用水扑灭 | babycare是什么牌子 | 骨加后念什么 | 甲状腺结节吃什么药好 | 压测是什么意思 |
舌头麻是什么病的前兆 | 肺结核是什么 | 知识渊博是什么意思 | 西瓜可以做什么饮料 | tc是什么意思 |
伸筋草主治什么病 | 属牛配什么属相最好 | 头孢和什么药不能一起吃 | 白色病变是什么病 | 什么样的轮子只转不走 |
pigeon是什么牌子 | 红豆与赤小豆有什么区别 | 气是什么生肖 | 绝命是什么意思 | 水钠潴留什么意思 |
头孢不能和什么一起吃hcv9jop5ns8r.cn | 梦到羊是什么意思cj623037.com | 足月是什么意思hcv8jop2ns3r.cn | 跟着好人学好人下句是什么hcv8jop1ns4r.cn | 情人眼里出西施是什么心理效应hcv8jop6ns2r.cn |
建日是什么意思onlinewuye.com | 冬瓜炒什么好吃zsyouku.com | 粘胶纤维是什么hcv7jop7ns0r.cn | 蒙脱石散是什么药jinxinzhichuang.com | 痰湿阻滞吃什么中成药hcv9jop0ns3r.cn |
什么是气短hcv8jop0ns1r.cn | 二甲苯是什么hcv8jop7ns6r.cn | 治疗幽门螺旋杆菌用什么药0297y7.com | 本科什么意思inbungee.com | 露酒是什么hcv7jop9ns2r.cn |
静脉曲张挂什么号hcv9jop2ns2r.cn | 私密瘙痒是什么原因hcv9jop8ns0r.cn | 松香对人体有什么危害jiuxinfghf.com | 眉心长痘痘什么原因hcv9jop8ns0r.cn | 61是什么意思hcv9jop3ns2r.cn |