This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
21
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
992b4a8472
mastodon
/
spec
/
fabricators
/
follow_request_fabricator.rb
5 lines
100 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 22:03:57 +00:00
Fabricator
(
:follow_request
)
do
add more tests to models
2017-04-04 22:29:56 +00:00
account
Remove redundant code in AtomSerializer and spec (#3528) * Remove redundant status.reply? in AtomSerializer#object * Cover AtomSerializer more
2017-06-03 18:51:08 +00:00
target_account
{
Fabricate
(
:account
,
locked
:
true
)
}
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 22:03:57 +00:00
end