add_anti_links
Description:
Add anti-links to other personas.
The UIDs of all personas in other_personas
will be added to this persona's anti-links set and the changes propagated to backends.
Any attempt to anti-link a persona with itself is not an error, but is ignored.
This method is safe to call multiple times concurrently (e.g. begin one asynchronous call, then begin another before the first has finished).
Parameters:
other_personas |
the personas to anti-link to this one |
Exceptions:
PropertyError |
if setting the anti-links failed |
Since:
0.7.3