Fixed issues
This commit is contained in:
parent
75d52c841e
commit
d1ff39bb81
@ -3,7 +3,7 @@
|
|||||||
class ManifestsController < EmptyController
|
class ManifestsController < EmptyController
|
||||||
|
|
||||||
def show
|
def show
|
||||||
render json:{} # InstancePresenter.new, serializer: ManifestSerializer
|
render json: InstancePresenter.new, serializer: ManifestSerializer
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
@ -43,7 +43,7 @@ class PostChatMessageService < BaseService
|
|||||||
@chat = ChatMessage.create!(
|
@chat = ChatMessage.create!(
|
||||||
from_account: @account,
|
from_account: @account,
|
||||||
chat_conversation: @chat_conversation,
|
chat_conversation: @chat_conversation,
|
||||||
text: @text
|
text: @text,
|
||||||
expires_at: @expires_at
|
expires_at: @expires_at
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user