Skip to content

Comments

Add REST API method to list online users in a room#2918

Merged
sampaiodiego merged 1 commit intoRocketChat:developfrom
wtsarchive:develop
Apr 20, 2016
Merged

Add REST API method to list online users in a room#2918
sampaiodiego merged 1 commit intoRocketChat:developfrom
wtsarchive:develop

Conversation

@wtsarchive
Copy link
Contributor

@RocketChat/core

Adds a REST API method for listing online users in a room. Useful to show room activity on external sites. Example:

curl http://localhost:3000/api/rooms/GENERAL/online

{
   "status": "success",
   "online": [
      "test",
      "admin"
   ]
}

@wtsarchive wtsarchive force-pushed the develop branch 3 times, most recently from 55fae31 to 717513e Compare April 17, 2016 17:07
@sampaiodiego
Copy link
Member

@wtsarchive can you please make a rebase with our latest code from develop?

seems ok to me to merge it =)

@wtsarchive
Copy link
Contributor Author

wtsarchive commented Apr 20, 2016

@sampaiodiego Done!

Ah no, I thought "Update branch" button would do a rebase. Give me a sec to do a proper rebase.

@wtsarchive
Copy link
Contributor Author

Ok, now it's properly rebased.

@sampaiodiego sampaiodiego merged commit 5ac497b into RocketChat:develop Apr 20, 2016
@engelgabriel engelgabriel added this to the 0.52.0 milestone Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants