Back

I'm a bit confused on the purge function. Does it mean if I'm not active here within 24 hours I'll get kicked out?
Someone please throw more light on that.

1

143

In response to @kingc

This function is called from DeleteNonEmailVerifiedUsersCommand to delete not just that unverified user after some specific time from users table, but it also make sure to delete all activities related to that user. So, it just delete those users who haven't verified their email address within specific time (an hour).

1

39

  • No matching results...
  • Searching...

/ 1000

Oh I'll have to refer back to the command, I thought it deletes Non verified users and also other conditions like no activities, no questions etc

1

128

It would be the case if the query in handle method of the command had "orWhere" condition. But it has "where" conditions, which makes it unrisky for those who had at least verified their email address.

116