PMs should always be displayed with the navigation.

This commit is contained in:
Diaspora Europe 2012-02-07 20:39:50 +01:00
parent 6e9d5f013a
commit 3c4b37dad7

View file

@ -53,7 +53,10 @@ class ConversationsController < ApplicationController
@visibility.save
end
respond_with @conversation
respond_to do |format|
format.html { redirect_to conversations_path(:conversation_id => @conversation.id) }
format.js
end
else
redirect_to conversations_path
end