fix(rest): remove has_message from forum route (#3384)

This commit is contained in:
Matt Hatcher
2024-02-25 01:40:09 +00:00
committed by GitHub
parent 926b70f243
commit 6b5d8094df
+1 -1
View File
@@ -103,7 +103,7 @@ export function createRoutes(): RestRoutes {
},
forum: (channelId) => {
return `/channels/${channelId}/threads?has_message=true`
return `/channels/${channelId}/threads`
},
invites: (channelId) => {