Unpin files
This commit is contained in:
parent
a2e4f99eec
commit
a446dfdce8
2 changed files with 8 additions and 3 deletions
|
@ -71,7 +71,7 @@ class Channel(object):
|
|||
return oldest_pin
|
||||
|
||||
def remove_pin(self, pin):
|
||||
result = slack.remove_pin(pin)
|
||||
result = slack.remove_pin(pin, self.ident)
|
||||
return result
|
||||
|
||||
def save_pin(self, pin):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue