You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce the GUILD_MEDIA channel type (discord#6232)
* Add docs about GUILD_MEDIA channel type
* Add more information about media channels
* Create a changelog for the `GUILD_MEDIA` channel type
* Update docs/resources/Channel.md
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
* Update the change log
Co-authored-by: shay <swdewael@gmail.com>
* Update the wording on the change log
Co-authored-by: shay <swdewael@gmail.com>
* Update more wording on the change log
Co-authored-by: shay <swdewael@gmail.com>
* Move info to the intro
Co-authored-by: shay <swdewael@gmail.com>
* Remove the moved info
Co-authored-by: shay <swdewael@gmail.com>
* Replace slash with `and`
Co-authored-by: shay <swdewael@gmail.com>
* Update the beta state
Co-authored-by: shay <swdewael@gmail.com>
* Fix more wording
Co-authored-by: shay <swdewael@gmail.com>
* Address more pr comments
* Address more pr comments
* Fix broken links
* Fix typo
Co-authored-by: Valle <bluetiger.bahnfan@gmail.com>
* Address more pr comments
---------
Co-authored-by: shay <swdewael@gmail.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
Co-authored-by: Valle <bluetiger.bahnfan@gmail.com>
Copy file name to clipboardExpand all lines: docs/Change_Log.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Change Log
2
2
3
+
## New `GUILD_MEDIA` channel type
4
+
5
+
#### June 15, 2023
6
+
7
+
- Add the [`GUILD_MEDIA` (16) channel type](#DOCS_RESOURCES_CHANNEL/channel-object-channel-types). `GUILD_MEDIA` channels only support threads, similar to `GUILD_FORUM` channels.
8
+
9
+
Read the [media channel topic](#DOCS_TOPICS_THREADS/media-channels) for more information on the relevant APIs and technical details, or the [media channel Help Center Article](https://creator-support.discord.com/hc/en-us/articles/14346342766743) for more about the feature.
10
+
3
11
## Add Join Raid and Mention Raid fields
4
12
5
13
#### May 05, 2023
@@ -19,7 +27,7 @@ Discord’s username system is changing. Discriminators are being removed and ne
19
27
This changelog focuses only on the technical changes to be aware of to update your app's code.
20
28
21
29
### Identifying migrated users
22
-
30
+
23
31
The new username system will rollout to users over time rather than all at once. The value of a single zero (`"0"`) in the [`discriminator` field](#DOCS_RESOURCES_USER/user-object-user-structure) on a user will indicate that the user has been migrated to the new username system. Note that the discriminator for migrated users will *not* be 4-digits like a standard discriminator (it is `"0"`, not `"0000"`). The value of the `username` field will become the migrated user's unique username.
24
32
25
33
After migration of all users is complete, the `discriminator` field may be removed.
Based on feedback, we’re updating permissions for [application commands](#DOCS_INTERACTIONS_APPLICATION_COMMANDS) to simplify permission management and to make command permissions more closely resemble other permissions systems in Discord.
163
+
Based on feedback, we’re updating permissions for [application commands](#DOCS_INTERACTIONS_APPLICATION_COMMANDS) to simplify permission management and to make command permissions more closely resemble other permissions systems in Discord.
156
164
157
165
Server admins can begin to opt-in to the command permission changes outlined here on a per-server basis **starting on December 16, 2022**. However, changes will not be applied to all servers **until late January or early February**.
158
166
@@ -492,7 +500,7 @@ In API v10, the `MESSAGE_CONTENT` (`1 << 15`) intent is now required to receive
492
500
493
501
#### Jun 17, 2022
494
502
495
-
The `$` prefix in [identify connection properties](#DOCS_TOPICS_GATEWAY_EVENTS/identify-identify-connection-properties) are deprecated. The new field names are `os`, `browser`, and `device`. When passed, the `$`-prefixed names will resolve to the new ones.
503
+
The `$` prefix in [identify connection properties](#DOCS_TOPICS_GATEWAY_EVENTS/identify-identify-connection-properties) are deprecated. The new field names are `os`, `browser`, and `device`. When passed, the `$`-prefixed names will resolve to the new ones.
496
504
497
505
In API v11, support for the previous field names (`$os`, `$browser`, and `$device`) will be removed.
0 commit comments