Update to supportsThreads (#9907)
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ describe("Unread", () => {
|
||||
const myId = client.getUserId()!;
|
||||
|
||||
beforeAll(() => {
|
||||
client.supportsExperimentalThreads = () => true;
|
||||
client.supportsThreads = () => true;
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user