Skip to content

Make chat_merge_consecutive_nickname work in GC

Philipp Hörist requested to merge lovetox/gajim:merge_nicks into gajim_0.16
  • Dont check for same kind of message as this would only work in single chat because one user sends always outgoing and the other one always incoming , rather save the nickname of the user and check for the same name.

  • As we dont need the old_kind anymore, it is removed everywhere

This Fixes #7535 (closed)

Merge request reports