implement accepting/rejecting follow requests

closes #13
This commit is contained in:
sk
2022-11-12 03:01:59 +01:00
parent 5fa81e6c8a
commit 12fdd70ad0
8 changed files with 189 additions and 46 deletions

View File

@@ -387,6 +387,6 @@
<string name="privacy_policy_title">Mastodon and your privacy</string>
<string name="privacy_policy_subtitle">Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your server\'s privacy policy.</string>
<string name="i_agree">I Agree</string>
<string name="accept_follow_request">Accept follow request</string>
<string name="accept_follow_request">Accept follow request</string>
<string name="reject_follow_request">Reject follow request</string>
</resources>