Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LUO12826/CodeChat
Browse files Browse the repository at this point in the history
  • Loading branch information
LUO12826 committed Jun 20, 2020
2 parents 625bbe6 + 5c15cb5 commit dc2471c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CodeChatSDK/Controllers/AccountContoller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ public async Task<bool> RemoveSubscriber(Subscriber subscriber)
await topicController.SetTopic(removedTopic);
topicController.DeleteTopic();

client.RemoveSubscriber(subscriber);

return true;
}

Expand Down

0 comments on commit dc2471c

Please sign in to comment.