This website requires JavaScript.
Explore
Help
Sign In
mirror
/
YuruToot
Watch
1
Star
0
Fork
0
You've already forked YuruToot
mirror of
https://github.com/funamitech/mastodon
synced
2024-11-24 15:16:33 +09:00
Code
8af7f3b063
YuruToot
/
spec
/
services
/
bootstrap_timeline_service_spec.rb
5 lines
87 B
Ruby
Raw
Normal View
History
Unescape
Escape
Default follows for new users (#4871) When a new user confirms their e-mail, bootstrap their home timeline by automatically following a set of accounts. By default, all local admin accounts (that are unlocked). Can be customized by new admin setting (comma-separated usernames, local and unlocked only)
2017-09-10 16:58:38 +09:00
require
'rails_helper'
Slightly reduce RAM usage (#7301) * No need to re-require sidekiq plugins, they are required via Gemfile * Add derailed_benchmarks tool, no need to require TTY gems in Gemfile * Replace ruby-oembed with FetchOEmbedService Reduce startup by 45382 allocated objects * Remove preloaded JSON-LD in favour of caching HTTP responses Reduce boot RAM by about 6 MiB * Fix tests * Fix test suite by stubbing out JSON-LD contexts
2018-05-03 01:58:48 +09:00
RSpec
.
describe
BootstrapTimelineService
,
type
:
:service
do
Default follows for new users (#4871) When a new user confirms their e-mail, bootstrap their home timeline by automatically following a set of accounts. By default, all local admin accounts (that are unlocked). Can be customized by new admin setting (comma-separated usernames, local and unlocked only)
2017-09-10 16:58:38 +09:00
end
Copy Permalink