Web.TwitterAPI.UserView: Add rights.admin

This commit is contained in:
Haelwenn (lanodan) Monnier 2018-12-23 18:31:37 +01:00
commit b43d630f30
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 19 additions and 6 deletions

View file

@ -70,7 +70,8 @@ defmodule Pleroma.Web.TwitterAPI.UserView do
"profile_image_url_profile_size" => image,
"profile_image_url_original" => image,
"rights" => %{
"delete_others_notice" => !!user.info.is_moderator
"delete_others_notice" => !!user.info.is_moderator,
"admin" => !!user.info.is_admin
},
"screen_name" => user.nickname,
"statuses_count" => user_info[:note_count],