fix: build failing problem
This commit is contained in:
parent
209d2aeff9
commit
b5182a7115
@ -17,7 +17,7 @@ import { getAccountHidden } from 'mastodon/selectors';
|
||||
import { lookupAccount, fetchAccount } from '../../actions/accounts';
|
||||
import { fetchFeaturedTags } from '../../actions/featured_tags';
|
||||
import { expandAccountDirectTimeline } from '../../actions/timelines';
|
||||
import ColumnBackButton from '../../components/column_back_button';
|
||||
import { ColumnBackButton } from '../../components/column_back_button';
|
||||
import { LoadingIndicator } from '../../components/loading_indicator';
|
||||
import StatusList from '../../components/status_list';
|
||||
import Column from '../ui/components/column';
|
||||
|
@ -206,6 +206,7 @@ class NotifyService < BaseService
|
||||
|
||||
def update_notification_request!
|
||||
return unless @notification.type == :mention
|
||||
end
|
||||
|
||||
def optional_non_following?
|
||||
@recipient.user.settings['interactions.must_be_following'] && !following_sender?
|
||||
|
Loading…
Reference in New Issue
Block a user