mirror of https://github.com/mastodon/mastodon
Fix favourite handling in ProcessInteractionService
parent
43bb8a25e7
commit
da4b675aca
@ -1,8 +1,3 @@
|
|||||||
class Auth::SessionsController < Devise::SessionsController
|
class Auth::SessionsController < Devise::SessionsController
|
||||||
layout 'auth'
|
layout 'auth'
|
||||||
|
|
||||||
def create
|
|
||||||
params[:user].merge!(remember_me: 1)
|
|
||||||
super
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue