Merge branch 'stable' into develop
This commit is contained in:
commit
dbdf352a6b
2 changed files with 1 additions and 2 deletions
|
|
@ -131,6 +131,7 @@ Contributions are very welcome, the hard work is done!
|
||||||
* Fix internal server error when trying to log out of an expired session [#6707](https://github.com/diaspora/diaspora/pull/6707)
|
* Fix internal server error when trying to log out of an expired session [#6707](https://github.com/diaspora/diaspora/pull/6707)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
* Added the footer to conversation pages
|
||||||
|
|
||||||
# 0.5.7.0
|
# 0.5.7.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
class ConversationsController < ApplicationController
|
class ConversationsController < ApplicationController
|
||||||
before_action :authenticate_user!
|
before_action :authenticate_user!
|
||||||
|
|
||||||
layout ->(c) { request.format == :mobile ? "application" : "with_header" }
|
|
||||||
respond_to :html, :mobile, :json, :js
|
respond_to :html, :mobile, :json, :js
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue