Login  Register

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

Posted by Richard Sargent on Jun 30, 2021; 6:28pm
URL: https://support.nabble.com/Mailing-Lists-will-be-updated-to-regular-forums-next-week-tp7609458p7609687.html

Israel <Nabble> wrote
No, it's not related to the latest changes.
Israel, please reconsider. 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?