Skip to content

ChatControl: Make allow_shutdown more precise

Daniel Brötzmann requested to merge wurstsalat/gajim:no-logs-message into master

On closing a control this checks if logs are disabled for the contact/account and displays the appropriate message. Fixes #7533 (closed).

Note: There can be both contact jid and account in no_logs_for, hence the more variable to avoid adding both hints to the message.

Merge request reports