mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-19 17:01:12 +00:00
Follow-up of !6977 ### Manual testing - User **S** creates an organization **O** and posts a comment **C** (on a random issue); - User **R** report as abuse the comment **C**, the organization **O** as well as the user **S**; - User **S** changes the content of comment **C** and the description of organization **O** as well as the description of their own profile; - Check (within DB) that shadow copies are being created (and linked to corresponding abuse reports) for comment **C**, organization **O** and user **S** and the content is the one from the moment when the reports were submitted (therefore before the updates made by **S**). Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8533 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: floss4good <floss4good@disroot.org> Co-committed-by: floss4good <floss4good@disroot.org>
21 lines
591 B
YAML
21 lines
591 B
YAML
-
|
|
id: 1
|
|
status: 1
|
|
reporter_id: 2 # @user2
|
|
content_type: 4 # Comment
|
|
content_id: 18 # user2/repo2/issues/2#issuecomment-18
|
|
category: 2 # Spam
|
|
remarks: The comment I'm reporting is pure SPAM.
|
|
shadow_copy_id: null
|
|
created_unix: 1752697980 # 2025-07-16 20:33:00
|
|
|
|
-
|
|
id: 2
|
|
status: 1 # Open
|
|
reporter_id: 2 # @user2
|
|
content_type: 1 # User (users or organizations)
|
|
content_id: 1002 # @alexsmith
|
|
category: 2 # Spam
|
|
remarks: This user just posted a spammy comment on my issue.
|
|
shadow_copy_id: null
|
|
created_unix: 1752698010 # 2025-07-16 20:33:30
|