Skip to content

Commit

Permalink
- init properly last inactivity audit response to handle late users
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Apr 9, 2018
1 parent d8976e3 commit b85a361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ case class UserState(intId: String, extId: String, name: String, role: String,
guest: Boolean, authed: Boolean, guestStatus: String, emoji: String, locked: Boolean,
presenter: Boolean, avatar: String,
roleChangedOn: Long = System.currentTimeMillis(),
inactivityResponseOn: Long = 0L)
inactivityResponseOn: Long = TimeUtil.timeNowInMs())

case class UserIdAndName(id: String, name: String)

Expand Down

0 comments on commit b85a361

Please sign in to comment.