Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online count not updating after new author assign #6145

Open
michael-kozinets opened this issue Feb 8, 2024 · 0 comments
Open

Online count not updating after new author assign #6145

michael-kozinets opened this issue Feb 8, 2024 · 0 comments
Labels
Stale No recent activity

Comments

@michael-kozinets
Copy link

To Reproduce
I have created new Group Pad with API:
createGroupIfNotExistsFor -> groupMapper="group1"
createAuthorIfNotExistsFor -> name="author1", authorMapper="a1"
createGroupPad
createSession
open iframe with returned sessionID in browser 1 and see online users count = 1.

Then I did the same actions for the second author:
createGroupIfNotExistsFor -> groupMapper="group1"
createAuthorIfNotExistsFor -> name="author2", authorMapper="a2"
createGroupPad
createSession
open iframe with returned sessionID in browser 2 and see online users count = 1 (and online users count = 2 in browser 1 in the same time)

Expected behavior
To see online users count = 2 in both browsers

Server (please complete the following information):

  • Etherpad version: 1.9.7
  • Browsers: chrome and firefox
@github-actions github-actions bot added the Stale No recent activity label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale No recent activity
Projects
None yet
Development

No branches or pull requests

1 participant