Login  Register

Re: Mailing Lists will be updated to regular forums next week

Posted by MichaelAtOz on Jul 04, 2021; 8:49am
URL: https://support.nabble.com/Mailing-Lists-will-be-updated-to-regular-forums-next-week-tp7609458p7609705.html

Richard Sargent wrote
...The following change in UserImpl.java looks like it has the possibility to explain why unregistered users are reported with deleted content.

  public boolean isDeactivated() {
- return !isRegistered() && isNoArchive();
+ return !isRegistered();
  }

Do *any* unregistered users have no_archive==true? If so, what fraction?
Richard, where can you get to see that code?