# Vertrouwensniveau nodig om een wiki-bericht met veel vermeldingen te bewerken

**URL:** https://meta.discourse.org/t/trust-level-needed-to-edit-a-wiki-post-containing-many-mentions/242729
**Category:** Bug
**Created:** [23 oktober 2022 om 19:00 UTC](https://meta.discourse.org/t/trust-level-needed-to-edit-a-wiki-post-containing-many-mentions/242729 "2022-10-23T19:00:55Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Julien\_Palard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/julien_palard/32/198784_2.png) [@Julien\_Palard](https://meta.discourse.org/u/Julien_Palard)
#### Post date: [23 oktober 2022 om 19:00 UTC](https://meta.discourse.org/t/trust-level-needed-to-edit-a-wiki-post-containing-many-mentions/242729/1 "2022-10-23T19:00:55Z")

</div>

I have a wiki post with 10+ mentions in it (it’s a “who does what” list).

Sadly users with a Trust Level of 1 or 2 can’t save it after having edited it:

They can edit it, but when clicking “save” they get an error about not having the right to mention 10+ users in a post.

I think this is a bug: they did **not** mentionned 10+ users, the mentions were already here.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [23 oktober 2022 om 19:54 UTC](https://meta.discourse.org/t/trust-level-needed-to-edit-a-wiki-post-containing-many-mentions/242729/2 "2022-10-23T19:54:20Z")

</div>

But that check knows only what the whole message looks like not just what change the last edit was. I’d say that having a wiki edit somehow test only the changes made in the most recent edit would be a feature request. That seems . . . complicated.

The best work-around I can think of is to up the `max mentions per post` to a really big number and hope that no one behaves badly.

A worse one is using just the username with no @ or quoting `@username` , which is pretty ugly since you’ve now lost the beauty of mentions.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [24 oktober 2022 om 01:05 UTC](https://meta.discourse.org/t/trust-level-needed-to-edit-a-wiki-post-containing-many-mentions/242729/3 "2022-10-24T01:05:15Z")

</div>

Another very handy workaround is to simply not use mentions in the post:

[@pfaffman](https://meta.discourse.org/u/pfaffman)  
`@pfaffman`  
[Jay Pfaffman](https://meta.discourse.org/u/pfaffman)

Arguably they are more handy in a wiki like scenario anyway, you are being deliberate this is not attempting to mention people.

---

<div class="post-metadata">

### Author: ![Julien\_Palard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/julien_palard/32/198784_2.png) [@Julien\_Palard](https://meta.discourse.org/u/Julien_Palard)
#### Post date: [24 oktober 2022 om 05:30 UTC](https://meta.discourse.org/t/trust-level-needed-to-edit-a-wiki-post-containing-many-mentions/242729/4 "2022-10-24T05:30:06Z")

</div>

Oh, the 3rd one with the full name, did you constructed it manually like by typing `[Julien Palard](https://meta.discourse.org/u/julien_palard)` ?

(If I get the other correctly, the first one is a regular mention while the 2nd is an inline literal like ``@pfaffman``?)

And if I understand correctly only the 1rst counts as a mention?

---

<div class="post-metadata">

### Author: ![Benjamin\_D](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjamin_d/32/277831_2.png) [@Benjamin\_D](https://meta.discourse.org/u/Benjamin_D)
#### Post date: [24 oktober 2022 om 05:40 UTC](https://meta.discourse.org/t/trust-level-needed-to-edit-a-wiki-post-containing-many-mentions/242729/5 "2022-10-24T05:40:33Z")

</div>

nope, not a mention, that’s the raw:

```plaintext
Another very handy workaround is to simply not use mentions in the post: 

[@pfaffman](https://meta.discourse.org/u/pfaffman) 
`@pfaffman`
[Jay Pfaffman](https://meta.discourse.org/u/pfaffman)

Arguably they are more handy in a wiki like scenario anyway, you are being deliberate this is not attempting to mention people.

```
