Skip to content

Commit 1d0d716

Browse files
authored
Update Threads.md (#7407)
Update threads documentation to specify that thread authors can also lock their own threads.
1 parent 565efb3 commit 1d0d716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/Threads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Membership is tracked in an array of [thread member](#DOCS_RESOURCES_CHANNEL/thr
111111
Threads can be edited and deleted with the existing `PATCH` and `DELETE` endpoints to edit a channel.
112112

113113
- Deleting a thread requires the `MANAGE_THREADS` permission.
114-
- Editing a thread to set `archived` to `false` only requires the current user has already been added to the thread. If `locked` is true, then the user must have `MANAGE_THREADS`
114+
- Editing a thread to set `archived` to `false` only requires the current user has already been added to the thread. If `locked` is true, then the user must have created the thread or have `MANAGE_THREADS`
115115
- Editing a thread to change the `name`, `archived`, `auto_archive_duration` fields requires `MANAGE_THREADS` or that the current user is the thread creator
116116
- Editing a thread to change `rate_limit_per_user` or `locked` requires `MANAGE_THREADS`
117117

0 commit comments

Comments
 (0)