Mastodon: Added user autocompletion module (not yet implemented on GUI)

This commit is contained in:
2023-10-11 11:29:39 -06:00
parent a5dba08b06
commit 14f48e4bbe
9 changed files with 394 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# -*- coding: utf-8 -*-
""" Autocompletion users for TWBlue. This package contains all needed code to support this feature, including automatic addition of users, management and code to show the autocompletion menu when an user is composing a post. """