Add InviteOffer component

This commit is contained in:
miruka
2019-04-21 10:44:04 -04:00
parent e2d7f18bb8
commit bbf29e29b1
10 changed files with 136 additions and 9 deletions

View File

@@ -103,6 +103,12 @@ class Backend(QObject):
def pdb(self, additional_data: Sequence = ()) -> None:
# pylint: disable=all
ad = additional_data
cm = self.clientManager
cl = self.clientManager.clients
m = self.models
tcl = lambda user: cl[f"@test_{user}:matrix.org"]
import pdb
from PyQt5.QtCore import pyqtRemoveInputHook
pyqtRemoveInputHook()