Use unique id as action name instead of jid
A jid can contain characters that are not allowed in an action name. This creates a unique UUID4 for each MessageControl and uses it as action name instead. We can reuse the UUID for other actions that belong to the MessageControl Fixes #8636
Showing
- gajim/chat_control.py 1 addition, 1 deletiongajim/chat_control.py
- gajim/chat_control_base.py 1 addition, 1 deletiongajim/chat_control_base.py
- gajim/groupchat_control.py 1 addition, 1 deletiongajim/groupchat_control.py
- gajim/gui_menu_builder.py 4 additions, 5 deletionsgajim/gui_menu_builder.py
- gajim/message_control.py 4 additions, 1 deletiongajim/message_control.py
Loading
Please register or sign in to comment