iivvoo/converse-server

Keeping track of 'query' on user makes no sense

Opened this issue · 0 comments

There's no sense in maintaining some 'query' state on a user. Queries are clientside. Multiple concurrent clients can have different queries opened/closed.

A central 'query' flag per user only makes sense if closing a query closes the query on all clients and if closing the query is explicitly notified back to the server