save person after changing handle
This commit is contained in:
parent
77bd68e7c7
commit
b8bbc58d30
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ class User
|
|||
|
||||
def set_diaspora_handle
|
||||
self.person.diaspora_handle ||= self.diaspora_handle
|
||||
self.person.save
|
||||
end
|
||||
|
||||
def downcase_username
|
||||
|
|
|
|||
Loading…
Reference in a new issue