feat: Implement Direct Messaging with new frontend components, user search, and backend read state management.
All checks were successful
Build and Release / build-and-release (push) Successful in 10m9s
All checks were successful
Build and Release / build-and-release (push) Successful in 10m9s
This commit is contained in:
@@ -104,7 +104,7 @@ export const getLatestMessageTimestamps = query({
|
||||
if (latestMsg) {
|
||||
results.push({
|
||||
channelId,
|
||||
latestTimestamp: latestMsg._creationTime,
|
||||
latestTimestamp: Math.floor(latestMsg._creationTime),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user