Exemplo n.º 1
0
def take_thread_control(uid):
    t = ThreadMessage(uid)
    t.send('take_thread_control')
    Chat.set_active(uid)
Exemplo n.º 2
0
def received_thread_control(uid):
    Chat.set_active(uid)