We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe069de commit bcc6592Copy full SHA for bcc6592
stream_chat/tests/async_chat/test_client.py
@@ -486,6 +486,9 @@ def wait():
486
"action": "DeleteChannel",
487
"owner": False,
488
"same_team": True,
489
+ "condition": {
490
+ "$subject.magic_custom_field": "magic_custom_value",
491
+ },
492
}
493
494
await client.create_permission(custom)
stream_chat/tests/test_client.py
@@ -411,6 +411,9 @@ def wait():
411
412
413
414
415
416
417
418
419
client.create_permission(custom)
0 commit comments