mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 05:43:38 +08:00
FEATURE: Users can be ignored for six months. (#9446)
This commit is contained in:
parent
576872a2d9
commit
35f51100e1
|
@ -132,7 +132,7 @@ export const TIMEFRAMES = [
|
|||
buildTimeframe({
|
||||
id: "six_months",
|
||||
format: "MMM D",
|
||||
enabled: opts => opts.includeFarFuture,
|
||||
enabled: opts => opts.includeMidFuture,
|
||||
when: (time, timeOfDay) =>
|
||||
time
|
||||
.add(6, "month")
|
||||
|
|
Loading…
Reference in New Issue
Block a user