4de211b80a
* Break out nested relationship API keys This closes #5856 by restoring the existing behavior of the `muting` and `following` keys (returning booleans rather than truthy or false). It adds `showing_reblogs` and `muting_notifications` keys: * `showing_reblogs` returns true if: 1. You've requested to follow the user, with reblogs shown, or 2. You are following the user, with reblogs shown. * `muting_notifications` returns true if you have muted the user and their notifications as well. * Rubocop fix * Fix pulling reblog/mute status from relationships I could swear this had passed tests before, but apparently not. Works now. * More test fixes Really, you'd expect this to be more straightforward. |
||
---|---|---|
.. | ||
__tests__ | ||
account.js | ||
attachment_list.js | ||
autosuggest_emoji.js | ||
autosuggest_textarea.js | ||
avatar.js | ||
avatar_overlay.js | ||
button.js | ||
collapsable.js | ||
column.js | ||
column_back_button.js | ||
column_back_button_slim.js | ||
column_header.js | ||
display_name.js | ||
dropdown_menu.js | ||
extended_video_player.js | ||
icon_button.js | ||
intersection_observer_article.js | ||
load_more.js | ||
loading_indicator.js | ||
media_gallery.js | ||
missing_indicator.js | ||
permalink.js | ||
relative_timestamp.js | ||
scrollable_list.js | ||
setting_text.js | ||
status.js | ||
status_action_bar.js | ||
status_content.js | ||
status_list.js |