feat: handle follow request (#2339)

This commit is contained in:
Sma11X 2023-10-23 00:11:00 +08:00 committed by GitHub
parent d825a71d1f
commit 5fceb70971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 99 additions and 8 deletions

View file

@ -7,6 +7,8 @@
"route_loaded": "Page {0} loaded"
},
"account": {
"authorize": "Authorize to follow",
"authorized": "You have Authorized the request",
"avatar_description": "{0}'s avatar",
"blocked_by": "You're blocked by this user.",
"blocked_domains": "Blocked domains",
@ -36,7 +38,10 @@
"profile_description": "{0}'s profile header",
"profile_personal_note": "Personal Note",
"profile_unavailable": "Profile unavailable",
"reject": "Reject to follow",
"rejected": "You have rejected the request",
"request_follow": "Request to follow",
"requested": "{0} has requested to follow you",
"unblock": "Unblock",
"unfollow": "Unfollow",
"unmute": "Unmute",