Right now we have the ability to remove a user from a channel.

But we don't have the ability to close a particular channel.

Thoughts?

Comments

Anonymous’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

that sounds fair. do you want to work on a patch?

also, i'd prefer it to land in 7.x first, then get backported to 6.x.

Anonymous’s picture

Assigned: Unassigned » julien

i've committed code to make this work for 7.x-1.x.

adding to the 6.x-1.x queue now, and assigning to julien.

julien’s picture

Great, i'm checking this today.

Anonymous’s picture

julien, great. the code in server.js should be there for 6.x-1.x, so you'll only need to add the drupal code.

  • Commit d106957 on 7.x-1.x, auth-refactor, 8.x-1.x, 8.x-1.x-head by beejeebus:
    #1305262: add ability to remove or add a channel, Drupal side code
    
    
  • Commit d0ce386 on 7.x-1.x, auth-refactor, 8.x-1.x, 8.x-1.x-head by beejeebus:
    #1305262: add ability to remove or add a channel, Node.js side code