forked from AkkomaGang/akkoma
テーマカラー指定
This commit is contained in:
parent
ebfb617b26
commit
72186aaf4d
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ def get_nodeinfo("2.0") do
|
||||||
local: !Config.restrict_unauthenticated_access?(:timelines, :local),
|
local: !Config.restrict_unauthenticated_access?(:timelines, :local),
|
||||||
bubble: !Config.restrict_unauthenticated_access?(:timelines, :bubble)
|
bubble: !Config.restrict_unauthenticated_access?(:timelines, :bubble)
|
||||||
},
|
},
|
||||||
federatedTimelineAvailable: Config.get([:instance, :federated_timeline_available], true)
|
federatedTimelineAvailable: Config.get([:instance, :federated_timeline_available], true),
|
||||||
|
themeColor: "#ffebf1",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue