This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
Watch
1
Star
0
Fork
You've already forked tootlab-mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
75bd141e22
tootlab-mastodon
/
spec
/
fabricators
/
follow_request_fabricator.rb
5 lines
86 B
Ruby
Raw
Normal View
History
Unescape
Escape
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
2016-12-22 17:03:57 -05:00
Fabricator
(
:follow_request
)
do
add more tests to models
2017-04-04 18:29:56 -04:00
account
target_account
{
Fabricate
(
:account
)
}
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
2016-12-22 17:03:57 -05:00
end