AccountView: Add 'accepts_chat_messages' to view.

This commit is contained in:
lain 2020-07-03 13:07:33 +02:00
commit 3250228be9
2 changed files with 6 additions and 3 deletions

View file

@ -85,7 +85,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
hide_followers_count: false,
hide_follows_count: false,
relationship: %{},
skip_thread_containment: false
skip_thread_containment: false,
accepts_chat_messages: false
}
}
@ -162,7 +163,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
hide_followers_count: false,
hide_follows_count: false,
relationship: %{},
skip_thread_containment: false
skip_thread_containment: false,
accepts_chat_messages: false
}
}