toxygen-project / toxygen

Toxygen is pythonic Tox client
GNU General Public License v3.0
280 stars 46 forks source link

Current chat switching #35

Closed Sorunome closed 7 years ago

Sorunome commented 7 years ago

The currently active chat is switching to something else if that user goes offline, however there is no indication of that anywhere. On the top it still displays the old person, though everything sends lands at a different person. A similar thing can happen when a contact goes online.

IngvarX commented 7 years ago

Is contact filtering enabled?

Sorunome commented 7 years ago

If you mean userlist sorting, i have it set to "Online first". Else, what do you mean?

IngvarX commented 7 years ago

Yeah, I mean this. I will fix this bug tomorrow. Now Toxygen updates list of hidden users every time user goes online/offline, I will disable this for current (selected) user

Sorunome commented 7 years ago

i meant hte actual chat window showing the messages of the user that went offline and when i send something then suddenly e.g. groupbot says something with "command not found" as it sent that message there instead. The groupbot message still lands in the chat view thing.

IngvarX commented 7 years ago

I understand what you mean. This is result of incorrect contacts list update.

IngvarX commented 7 years ago

Fixed in develop branch