Add indicator of unread content to window title when web UI is out of focus (#11560)
Fix #1288
This commit is contained in:
parent
5f63339744
commit
c09ecbc53e
7 changed files with 95 additions and 1 deletions
|
@ -12,6 +12,7 @@ class InitialStateSerializer < ActiveModel::Serializer
|
|||
access_token: object.token,
|
||||
locale: I18n.locale,
|
||||
domain: Rails.configuration.x.local_domain,
|
||||
title: instance_presenter.site_title,
|
||||
admin: object.admin&.id&.to_s,
|
||||
search_enabled: Chewy.enabled?,
|
||||
repository: Mastodon::Version.repository,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue