markAsUnreadByUser

fun Thread.markAsUnreadByUser(user: User, createdAt: Date): Thread

Marks the given thread as unread by the given user.

Parameters

user

The User for which the thread should be marked as read.

createdAt

The Date of the 'mark read' event.