You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
var_reach=ref();// ref returns reach object as described in the manual_reach.login('','','',true)// email, password and username are omitted.then(function(user){_reach.createRoom('newRoom').then(function(newRoom){newRoom.sendMessage('new msg').then(function(msg){msg.edit('new text');});});});
Hello there,
I'm using the unpkg version of Reach and I was trying to edit a message created by the same user. It gives me a permission error.
Browsers: FireFox 56.0.1 (64-bit), Chrome 61.0.3163.100 (Official Build) (64-bit), IE 11.0.9600.18792
Operating system: Windows 7 SP1
Steps to reproduce:
room.sendMessage(<text>)Full code: