loolwsd: Send viewId to clients, not sessionId
This commit is contained in:
parent
620b322bd2
commit
ec6ddf91ba
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ private:
|
|||
for (const auto& pair : _connections)
|
||||
{
|
||||
assert(sessionId != pair.second->getSessionId() && "Unloading connection still lingering.");
|
||||
pair.second->getSession()->sendTextFrame("remview: " + sessionId);
|
||||
pair.second->getSession()->sendTextFrame("remview: " + std::to_string(session.getViewId()));
|
||||
}
|
||||
|
||||
if (_loKitDocument == nullptr)
|
||||
|
|
Loading…
Reference in a new issue