Skip to content

Commit

Permalink
partChannel should return True if it successfully removes a user when…
Browse files Browse the repository at this point in the history
… the

Dtella network is offline.
  • Loading branch information
pmarks-net committed Aug 19, 2010
1 parent 6bcb008 commit b529ccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dtella/bridge/bridge_server.py
Expand Up @@ -533,7 +533,8 @@ def partChannel(self, u, message=None):
try:
osm = self.getOnlineStateManager()
except NotOnline:
return False
# Removal was successful, even if it's not broadcasted.
return True

chunks = []
if message:
Expand Down

0 comments on commit b529ccd

Please sign in to comment.