nolash / weechat-pss

Weechat script for pss messaging
GNU General Public License v3.0
2 stars 1 forks source link

BUFFER: duplicated gui buffers #6

Open Mistra opened 5 years ago

Mistra commented 5 years ago

Named two users, t1 and t2. t1 adds t2 and starts writing, t2 will create a buffer named after t1's trimmed address. Later on t2 adds t1, t2 will now have two buffers, both pointing at t1.

We should merge the two and the relative chat chronology.

Mistra commented 5 years ago

Probably this is too much optimization for early code.

nolash commented 5 years ago

The buffer name will contain the publickey actually, so it should be fully possible to search it up on add. I believe we could fix that now.