This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
闭社主体 forked from
https://github.com/tootsuite/mastodon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2540
Commits
2
Branches
112 MiB
Tree:
3ea5b948a4
closed-social-v3
master
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '3ea5b948a4'
${ noResults }
mastodon_neko
/
spec
/
fabricators
/
follow_request_fabricator.rb
4 lines
86 B
Raw
Normal View
History
Follow call on locked account creates follow request instead Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts
7 years ago
add more tests to models
7 years ago
Follow call on locked account creates follow request instead Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts
7 years ago
Fabricator
(
:follow_request
)
do
account
target_account
{
Fabricate
(
:account
)
}
end