follow period message handler end.

This commit is contained in:
dalbodeule
2024-06-16 12:38:05 +09:00
parent 557600f812
commit 8af0c3ac33
3 changed files with 2 additions and 42 deletions

View File

@@ -89,7 +89,7 @@ class MessageHandler(
}
result = followPattern.replace(result) {
val following = getFollowDate("", msg.userId)
val following = getFollowDate(listener.chatId, msg.userId)
val dateString: String? = following.content.streamingProperty["followDate"]
val today = LocalDate.now()