Implement basic chat members completer and fix segfault on ui close#150
Implement basic chat members completer and fix segfault on ui close#150elros34 wants to merge 5 commits intoblacksailer:masterfrom
Conversation
Add human readable way to create tdlib json queries
|
Hello! thanks for your pull request! I've merged it to 0.7.6. (Noticed your forced pushed update, will check it too) |
|
Thanks, I didn't think you will merge it before I remove WIP from title. I basically forced pushed changes to group/channel info page because my previous implementation with one ListView + header worked poorly in some cases. |
|
@username should works now in any place when writing message provided that previous character is not alphanumeric. I didn't check official telegram application sources but looks like it works similar. |
Amount of chat members for one query is limited to 200 by tdlib but that should be enough for usual use case.