Skip to content

Commit dade0d0

Browse files
committed
Partially revert 'server.d: use coarse timestamps for PMs and uptime'
We need high precision PM timestamps for sorting.
1 parent 708a3be commit dade0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ final class Server
188188

189189
pms[id] = PM(
190190
id,
191-
Clock.currTime!(ClockType.second)(UTC()),
191+
Clock.currTime(UTC()),
192192
from_username,
193193
to_username,
194194
message

0 commit comments

Comments
 (0)