mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 18:29:20 +00:00
A bug that allowed TL1 to convert other's posts to wiki. The issue was introduced in this PR: https://github.com/discourse/discourse/pull/24999/files The wiki can be created if a user is TL3 and it is their own post - default 3 for setting `SiteSetting.min_trust_to_allow_self_wiki` In addition, a wiki can be created by staff and TL4 users for any post.