Commit cb36a31
[MOD2-818] Add delete_reactions support for ban user (#229)
* feat: add delete_reactions support for ban user
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(test): simplify delete_reactions test to avoid async race
Reaction deletion happens asynchronously via a background task, so we
cannot assert on side-effects immediately. Verify the API accepts the
parameter instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 02f694f commit cb36a31
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
336 | 347 | | |
337 | 348 | | |
338 | 349 | | |
| |||
0 commit comments