示例#1
0
def take_thread_control(uid):
    t = ThreadMessage(uid)
    t.send('take_thread_control')
    Chat.set_active(uid)
示例#2
0
def received_thread_control(uid):
    Chat.set_active(uid)