design: Increase time limit between chat environments
This commit is contained in:
parent
ee6a16604e
commit
fcfe19889c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ extension DateTimeExtension on DateTime {
|
||||||
/// Two message events can belong to the same environment. That means that they
|
/// Two message events can belong to the same environment. That means that they
|
||||||
/// don't need to display the time they were sent because they are close
|
/// don't need to display the time they were sent because they are close
|
||||||
/// enaugh.
|
/// enaugh.
|
||||||
static const minutesBetweenEnvironments = 5;
|
static const minutesBetweenEnvironments = 10;
|
||||||
|
|
||||||
/// Checks if two DateTimes are close enough to belong to the same
|
/// Checks if two DateTimes are close enough to belong to the same
|
||||||
/// environment.
|
/// environment.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue