Open Mistra opened 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.
Probably this is too much optimization for early code.
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.
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.