Chat/api
Teriuihi 192fca3a89 Fix chat log message deletion query
Corrected the SQL query in the `deleteOldMessages` method within `ChatLogQueries.java`. Originally, it was incorrectly deleting newer messages rather than older ones due to an incorrect comparison symbol. It has now been adjusted to properly delete older messages based on the provided duration.
2024-04-07 19:16:32 +02:00
..
src/main/java/com/alttd/chat Fix chat log message deletion query 2024-04-07 19:16:32 +02:00
build.gradle.kts Use 1.19.2 API 2022-09-26 19:08:51 +02:00