Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
127
Issues
127
List
Boards
Labels
Service Desk
Milestones
Merge Requests
27
Merge Requests
27
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
e257397f
Commit
e257397f
authored
5 hours ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): token gaming is a ban
parent
a0a5387e
master
epic/ReportingAndModeration
1 merge request
!100
Epic/reporting and moderation
Pipeline
#62747168
failed with stages
in 5 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ActionDelegate.php
Core/Reports/Verdict/Delegates/ActionDelegate.php
+1
-1
ReverseActionDelegate.php
Core/Reports/Verdict/Delegates/ReverseActionDelegate.php
+1
-1
No files found.
Core/Reports/Verdict/Delegates/ActionDelegate.php
View file @
e257397f
...
...
@@ -152,7 +152,7 @@ class ActionDelegate
break
;
case
16
:
// Token manipulation
// Strike
$this
->
apply
Strike
(
$report
);
$this
->
apply
Ban
(
$report
);
break
;
}
...
...
This diff is collapsed.
Click to expand it.
Core/Reports/Verdict/Delegates/ReverseActionDelegate.php
View file @
e257397f
...
...
@@ -128,7 +128,7 @@ class ReverseActionDelegate
break
;
case
16
:
// Token manipulation
// Strike
$this
->
remove
Strike
(
$report
);
$this
->
remove
Ban
(
$report
);
break
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment