Allow user to control when date headers are shown #618
Unanswered
seunghyeoks
asked this question in
Ideas & Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to have the time sent displayed next to the message bubble, so I made the bubbleBuilder display the time via the bubble package.
So I want to turn off the DateHeader that Chat creates every 15 minutes. I only want it to be displayed if the date has changed.
For now, I set the dateHeaderThreshold to one day (24 x 60 x 60 x 100), is this okay?
If you have a better way, please let me know!
Beta Was this translation helpful? Give feedback.
All reactions