Skip to content

Commit 301f866

Browse files
committed
feat: Bulk delete update
1 parent 4c8b3f8 commit 301f866

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: guide/additional-info/updating-from-v14.md

+4
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ However, you would have already noticed that this no longer works, so this metho
271271

272272
`TeamMember#permissions` has been removed. Use `TeamMemberManager#role` instead.
273273

274+
### TextBasedChannel
275+
276+
`TextBasedChannel#bulkDelete()` could return a collection containing `undefined` values. This was because in order to return these messages, the cache must be checked, especially when only snowflakes were provided. The return type of this method has thus changed to only return the snowflakes that were bulk deleted.
277+
274278
### ThreadChannel
275279

276280
`ThreadChannel#fetchOwner()` used to return `null` when the thread owner was not present in the thread. This logic has been removed and will throw an error instead.

0 commit comments

Comments
 (0)