Closed krissrex closed 2 years ago
Describe the bug The code has a //todo where messages have their date extracted. The code only checks messages with 2019, 2020, and 2021 for a date.
//todo
To Reproduce
Expected behavior Chat messages should be detected after 2021.
Desktop (please complete the following information):
Additional context
com/mercury/platform/core/utils/MessageFileHandler.java:77
https://github.com/Morph21/MercuryTrade-Community-Fork/blob/a5d85d2f4d89036225dad08cb66f5453a84bbd12/app-core/src/main/java/com/mercury/platform/core/utils/MessageFileHandler.java#L77
fixed with todays release 1.1.8
Describe the bug The code has a
//todo
where messages have their date extracted. The code only checks messages with 2019, 2020, and 2021 for a date.To Reproduce
Expected behavior Chat messages should be detected after 2021.
Desktop (please complete the following information):
Additional context
com/mercury/platform/core/utils/MessageFileHandler.java:77
https://github.com/Morph21/MercuryTrade-Community-Fork/blob/a5d85d2f4d89036225dad08cb66f5453a84bbd12/app-core/src/main/java/com/mercury/platform/core/utils/MessageFileHandler.java#L77