parent
8983554f94
commit
117b17e25e
2 changed files with 1 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
* Show spinner when loading comments in the stream [#7170](https://github.com/diaspora/diaspora/pull/7170)
|
* Show spinner when loading comments in the stream [#7170](https://github.com/diaspora/diaspora/pull/7170)
|
||||||
* Add a dark color theme [#7152](https://github.com/diaspora/diaspora/pull/7152)
|
* Add a dark color theme [#7152](https://github.com/diaspora/diaspora/pull/7152)
|
||||||
* Added setting for custom changelog URL [#7166](https://github.com/diaspora/diaspora/pull/7166)
|
* Added setting for custom changelog URL [#7166](https://github.com/diaspora/diaspora/pull/7166)
|
||||||
|
* Show more information of recipients on conversation creation [#7129](https://github.com/diaspora/diaspora/pull/7129)
|
||||||
|
|
||||||
# 0.6.1.0
|
# 0.6.1.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,6 @@ describe ConversationsController, :type => :controller do
|
||||||
|
|
||||||
get :index, :conversation_id => @conv1.id
|
get :index, :conversation_id => @conv1.id
|
||||||
save_fixture(html_for("body"), "conversations_read")
|
save_fixture(html_for("body"), "conversations_read")
|
||||||
|
|
||||||
get :new, modal: true
|
|
||||||
save_fixture(response.body, "conversations_modal")
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue