mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
FIX: recurring attribute was undefined on local-dates cooked posts
This commit is contained in:
parent
84cc52d8fc
commit
b4f6beebd1
@ -14,6 +14,7 @@ function addLocalDate(buffer, matches, state) {
|
|||||||
|
|
||||||
config.date = parsed.attrs.date;
|
config.date = parsed.attrs.date;
|
||||||
config.time = parsed.attrs.time;
|
config.time = parsed.attrs.time;
|
||||||
|
config.recurring = parsed.attrs.recurring;
|
||||||
config.format = parsed.attrs.format || config.format;
|
config.format = parsed.attrs.format || config.format;
|
||||||
config.timezones = parsed.attrs.timezones || config.timezones;
|
config.timezones = parsed.attrs.timezones || config.timezones;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user