Compare commits
6 Commits
2.3.0+fork
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1f04375f6 | ||
|
|
b56a922c65 | ||
|
|
732a0f9b4c | ||
|
|
889762f667 | ||
|
|
baf9536145 | ||
|
|
b8b8287f8f |
57
CSAE-POLICY.md
Normal file
57
CSAE-POLICY.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# CSAE Policy
|
||||
## "Moshidon" CSAE Policy
|
||||
> CSAE refers to child sexual abuse and exploitation, including content or behavior that sexually exploits, abuses, or endangers children. This includes, for example, grooming a child for sexual exploitation, sextorting a child, trafficking of a child for sex, or otherwise sexually exploiting a child. – Google Child Safety Standards Policy
|
||||
|
||||
## Posting or linking to CSAE
|
||||
|
||||
“Moshidon” allows you to create posts on your account’s server.
|
||||
|
||||
Using the application to post or link to CSAE is strictly prohibited.
|
||||
|
||||
## Reporting accounts posting or linking to CSAE
|
||||
#### If you suspect a child is in immediate danger in any way, contact the police immediately.
|
||||
|
||||
If you see an account posting CSAE you can report it to your server’s moderators for further action.
|
||||
|
||||
Reporting an account is a four step process.
|
||||
|
||||
### 1. Start the report
|
||||
Tap the “…” button at the bottom of any post from the account to show the per-post menu
|
||||
|
||||

|
||||
|
||||
Choose “Report” from the per-post menu.
|
||||
|
||||
### 2. Fill in appropriate server rule breakage information
|
||||
|
||||

|
||||
|
||||
### 3. Optionally, include additional posts
|
||||
Choose one or more posts to report.
|
||||
|
||||
The post you chose at the previous step is automatically selected.
|
||||
|
||||

|
||||
|
||||
Tap the “Continue” button when you have finished selecting posts.
|
||||
|
||||
### 4. Finalise the report
|
||||
Enter any additional information in the space provided.
|
||||
|
||||

|
||||
|
||||
Finalising the report
|
||||
|
||||
Tap the “Report” button.
|
||||
|
||||
The report will be sent to your server’s moderation team for action according to their published policies.
|
||||
|
||||
## Additional reporting
|
||||
You may also want to report to the relevant organisations in your jurisdiction.
|
||||
|
||||
Google maintains a list of organisations to report CSAE organised by country.
|
||||
|
||||
If your country is not listed there it may be listed at INHOPE.
|
||||
|
||||
## Contact
|
||||
If you have any questions about this CSAE policy please contact moshidon.app@gmail.com.
|
||||
@@ -103,7 +103,9 @@ This project is released under the [GPL-3 License](./LICENSE).
|
||||
|
||||
[Official Matrix Chatroom](https://matrix.to/#/#moshidon:floss.social)
|
||||
|
||||
[F.A.Q](FAQ.md)
|
||||
[F.A.Q.](FAQ.md)
|
||||
|
||||
[Moshidon's CSAE policy](CSAE-POLICY.md)
|
||||
|
||||
[Moshidon Roadmap](https://github.com/users/LucasGGamerM/projects/1)
|
||||
|
||||
|
||||
BIN
img/CSAE-POLICY/step1.png
Normal file
BIN
img/CSAE-POLICY/step1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
BIN
img/CSAE-POLICY/step2.png
Normal file
BIN
img/CSAE-POLICY/step2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
BIN
img/CSAE-POLICY/step3.png
Normal file
BIN
img/CSAE-POLICY/step3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
BIN
img/CSAE-POLICY/step4.png
Normal file
BIN
img/CSAE-POLICY/step4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
@@ -125,7 +125,7 @@ public class NotificationsListFragment extends BaseStatusListFragment<Notificati
|
||||
NotificationHeaderStatusDisplayItem titleItem;
|
||||
Account self=AccountSessionManager.get(accountID).self;
|
||||
if(n.type==Notification.Type.MENTION || n.type==Notification.Type.STATUS
|
||||
|| (n.type==Notification.Type.REBLOG && !n.status.account.id.equals(self.id))){ // Iceshrimp quote
|
||||
|| (n.type==Notification.Type.REBLOG && n.status != null && n.status.account != null && !n.status.account.id.equals(self.id))){ // Iceshrimp quote
|
||||
titleItem=null;
|
||||
}else{
|
||||
titleItem=new NotificationHeaderStatusDisplayItem(n.id, this, n, accountID);
|
||||
|
||||
Reference in New Issue
Block a user