Epic/permissions open channels
0/1 thread resolved
changed milestone to %sprint: Modest Monkey
added Squad::Green scoped label
added 9 commits
- fb452bc2...e6c32aca - 8 commits from branch
master
- 0a8ac473 - Merge remote-tracking branch 'origin/master' into epic/permissions-open-channels
- fb452bc2...e6c32aca - 8 commits from branch
32 if (!this.enabled) { 33 return; 34 } 35 this.user.mode = mode; 36 this.channelModeDropdown.close(); 37 this.update(); 38 } 39 40 /** 41 * Sends the current user to the update endpoint 42 */ 43 async update() { 44 try { 45 await this.client.post('api/v1/channel/info', this.user); 46 } catch (ex) { 47 console.error(`ex`); - Owner
how helpful is this error message?
approved this merge request
- Owner
Note that the dropdown selector has the selector cursor vs pointer.
added MR::Ready to Merge scoped label