1
0
Fork 0

- fixed function's name.

This commit is contained in:
cage 2021-11-16 15:43:08 +01:00
parent 26bf79b6e4
commit 815ab305a0
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@
(defmethod process-event ((object follow-user-event))
(with-accessors ((username payload)) object
(with-process-follower (username user-id db:all-followed-usernames)
(with-process-follower (username user-id db:all-unfollowed-usernames)
(client:follow-user user-id)
(db:add-to-followers user-id)
(ui:notify (format nil (_ "Followed ~a") username)))))