Skip to content

Replace InvitationReceivedDialog with GroupChatInvitation

Daniel Brötzmann requested to merge wurstsalat/gajim:groupchat-invites into master

This replaces InvitationReceivedDialog with a new GroupChatInvitation window.

The new GroupChatInvitation window:

  • displays Avatar, Name, Address, and Description of the group chat
  • uses the new NickChooser widget

I added a 'minimal' mode for the GroupChatInfoScrolled.

Additionally, invitation notifications now show the Contacts name (if any) and the group chats name (from discovery).

Merge request reports