forked from fair/matrix-puppeteer-line
Andrew Ferrazzutti
57c448e0c3
* Add ability to sync all LINE contacts, which is relevant because the list of recent chats excludes users you haven't spoken to lately. * Add bot command to list all contacts. * Allow inviting a puppet to a DM to create a portal for that LINE user, instead of having to wait for that user to message you first.
4 lines
100 B
Python
4 lines
100 B
Python
from .auth import SECTION_AUTH
|
|
from .conn import SECTION_CONNECTION
|
|
from .line import SECTION_CHATS
|