Skip to content

Commit

Permalink
Remove outdated warns (discord#6933)
Browse files Browse the repository at this point in the history
* remove thread and application command warns

* revert removing syncing command notice
  • Loading branch information
valdotle authored Jun 17, 2024
1 parent 1b4b66c commit 6e0e832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/resources/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,6 @@ The thread metadata object contains a number of thread-specific channel fields t

###### Thread Metadata Structure

> warn
> Starting on March 6, threads will be able to be locked and archived independently. Read details about the upcoming changes to the `locked` field in the [Change Log entry](#DOCS_CHANGE_LOG/update-to-locked-threads).
| Field | Type | Description |
|-----------------------|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
| archived | boolean | whether the thread is archived |
Expand Down
8 changes: 5 additions & 3 deletions docs/topics/Threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ Public threads are viewable by everyone who can view the parent channel of the t

Private threads behave similar to Group DMs, but in a Guild. Private threads are always [created](#DOCS_RESOURCES_CHANNEL/start-thread-without-message) with the `GUILD_PRIVATE_THREAD` [type](#DOCS_RESOURCES_CHANNEL/channel-object-channel-types) and can only be created in `GUILD_TEXT` channels.

## Active & Archived Threads
## Locked Threads
Users (including bot users) without the `MANAGE_THREADS` permission are more restricted in locked threads. Users won't be able to create or update messages in locked threads, or update properties like its title or tags. Additionally, some user activity like deleting messages and adding or removing reactions will *only* be allowed in locked threads if that thread is also active (or un-archived).

> warn
> Starting on March 6, threads will be able to be locked and archived independently. Read details about the upcoming changes to the `locked` field in the [Change Log entry](#DOCS_CHANGE_LOG/update-to-locked-threads).
If a user or bot user has the `MANAGE_THREADS` permission, they will still be able to make changes to the thread and messages.

## Active & Archived Threads

Every thread can be either active or archived. Changing a thread from archived -> active is referred to as unarchiving the thread. Threads that have `locked` set to true can only be unarchived by a user with the `MANAGE_THREADS` permission.

Expand Down

0 comments on commit 6e0e832

Please sign in to comment.