diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-08-05 13:08:31 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-08-05 13:08:31 -0500 |
commit | cc196e2cd57966889021342405ebc8fd0763e83a (patch) | |
tree | 232051460624a0fd0720ed04cc5512208ce1989b /lib/pleroma/web/api_spec/operations/chat_operation.ex | |
parent | ad9c925efb77287316f5dbac26f6a1b16662910a (diff) | |
parent | 7755f49e281e4990db5317b33d6b8e0d12982e0c (diff) | |
download | pleroma-cc196e2cd57966889021342405ebc8fd0763e83a.tar.gz |
Merge remote-tracking branch 'upstream/develop' into restrict-domain
Diffstat (limited to 'lib/pleroma/web/api_spec/operations/chat_operation.ex')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/chat_operation.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/web/api_spec/operations/chat_operation.ex b/lib/pleroma/web/api_spec/operations/chat_operation.ex index cf299bfc2..b1a0d26ab 100644 --- a/lib/pleroma/web/api_spec/operations/chat_operation.ex +++ b/lib/pleroma/web/api_spec/operations/chat_operation.ex @@ -300,11 +300,11 @@ defmodule Pleroma.Web.ApiSpec.ChatOperation do "content" => "Check this out :firefox:", "id" => "13", "chat_id" => "1", - "actor_id" => "someflakeid", + "account_id" => "someflakeid", "unread" => false }, %{ - "actor_id" => "someflakeid", + "account_id" => "someflakeid", "content" => "Whats' up?", "id" => "12", "chat_id" => "1", |