mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 03:07:17 -05:00
FEATURE: automatically delete replies on a topic after N days. (#9209)
This commit is contained in:
@@ -203,7 +203,7 @@ export default ComboBoxComponent.extend(DatetimeMixin, {
|
||||
return "future-date-input-selector/future-date-input-selector-row";
|
||||
},
|
||||
|
||||
content: computed(function() {
|
||||
content: computed("statusType", function() {
|
||||
const now = moment();
|
||||
const opts = {
|
||||
now,
|
||||
|
||||
Reference in New Issue
Block a user