Skip to content

Instantly share code, notes, and snippets.

@kegsay
Created July 27, 2016 15:45
Show Gist options
  • Save kegsay/9421cd266e6815835ca1ff3ca036aac3 to your computer and use it in GitHub Desktop.
Save kegsay/9421cd266e6815835ca1ff3ca036aac3 to your computer and use it in GitHub Desktop.
// botClient is a MatrixClient with the bot credentials
var sl = new StateLookup({
client: botClient,
eventTypes: ["m.room.member"]
});
sl.trackRoom("!sfuhweiufhweuif:localhost").then(function() {
var memberEvent = sl.getState("!sfuhweiufhweuif:localhost", "m.room.member", "@someuser:localhost");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment