mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-25 16:35:33 -04:00
Infinite recursion when getting message mentions #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @defaultuser8848 on GitHub (Jan 4, 2025).
Describe the bug
I was going to get mentions list of a sent message with
Message.mentionsproperty,but an error has occurred.To Reproduce
A small code snippet showing the error
Expected behavior
Return a list of
Memberobjects which the messge is mentioned.Library version
@defaultuser8848 commented on GitHub (Jan 4, 2025):
It seems like not a bug of current version,I installed it from pypi,so I think that the version on pypi is not same with this.