Added initial support for direct messages, users need to open conversations for every dm

This commit is contained in:
2022-11-12 11:20:16 -06:00
parent 39fc982665
commit 81ff530a71
9 changed files with 109 additions and 41 deletions

View File

@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
from .base import basePanel
from .conversationList import conversationListPanel