1
0
Fork 0

- fixed swappend functions (unfollow -> follow).

This commit is contained in:
cage 2020-12-21 14:59:30 +01:00
parent 7b957adfcf
commit d0c9ea0d70
1 changed files with 2 additions and 2 deletions

View File

@ -702,8 +702,8 @@
(defmethod process-event ((object follow-user-event))
(with-process-follower ((payload object) user-id db:all-followed-usernames)
(client:unfollow-user user-id)
(db:remove-from-followers user-id)))
(client:follow-user user-id)
(db:add-to-followers user-id)))
(defclass unfollow-user-event (program-event) ())