This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
闭社主体
https://thu.closed.social
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.
4030
Commits
4
Branches
567 MiB
Tree:
dd5cb5085c
closed-social-glitch-2
closed-social-v3
cs+3.4.6
master
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'dd5cb5085c'
${ noResults }
mastodon
/
spec
/
fabricators
/
follow_request_fabricator.rb
4 lines
100 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
8 years ago
add more tests to models
7 years ago
Remove redundant code in AtomSerializer and spec (#3528) * Remove redundant status.reply? in AtomSerializer#object * Cover AtomSerializer more
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
8 years ago
Fabricator
(
:follow_request
)
do
account
target_account
{
Fabricate
(
:account
,
locked
:
true
)
}
end