Merge pull request #69559 from timothyqiu/unique-call

Add note about `GROUP_CALL_UNIQUE` not considering arguments
This commit is contained in:
Rémi Verschelde 2022-12-11 15:17:58 +01:00
commit 1a8785f75d
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -308,6 +308,7 @@
</constant>
<constant name="GROUP_CALL_UNIQUE" value="4" enum="GroupCallFlags">
Call a group only once even if the call is executed many times.
[b]Note:[/b] Arguments are not taken into account when deciding whether the call is unique or not. Therefore when the same method is called with different arguments, only the first call will be performed.
</constant>
</constants>
</class>