WIP: fix `unsubscribe <nickname>` mix task to only remove local user
Right now mix pleroma.user unsubscribe <user>
will unsubscribe both local and remote user. As per description of the task it only mentions removing the local user.
This fix will ignore remote users.
This is related to #749 (closed)
Edited by Sachin Joshi