Remove lastSeenAt from handle update in chat API
The lastSeenAt field is no longer set when updating the handle in the chat receive API route. This may be due to a change in how user activity is tracked or to simplify the update payload.
This commit is contained in:
@@ -102,8 +102,7 @@ export async function POST(request: NextRequest) {
|
||||
target: handleRegistry.handle,
|
||||
set: {
|
||||
did: senderDid,
|
||||
nodeDomain: senderNodeDomain,
|
||||
lastSeenAt: new Date()
|
||||
nodeDomain: senderNodeDomain
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user