#1029910 python3-django-hyperkitty: Threading not working properly

#1029910#5
Date:
2023-01-28 23:18:13 UTC
From:
To:
Dear Maintainer,

In our mailman3+hyperkitty instance, at https://lists.sel4.systems/
archived threads don't seem to have the connections needed to see
an enitre thread.

So visiting https://lists.sel4.systems/hyperkitty/list/devel@sel4.systems/
shows no recent threads (there have neen some!)

visiting https://lists.sel4.systems/hyperkitty/list/devel@sel4.systems/thread/4N2QCZBPB4CD6WAACHT6U3LM3BYGMECO/ shows only the first message in a thread.

I'm pretty sure this used to work before the last mailman3+hyperkitty upgrade.

#1029910#10
Date:
2023-01-29 02:50:48 UTC
From:
To:
doing
  sudo service mailman3-web stop
  sudo /usr/share/mailman3-web/manage.py  makemigrations --merge
  sudo -u www-data usr/share/mailman3-web/manage.py  migrate
  sudo -u www-data usr/share/mailman3-web/manage.py  compress
  sudo -u www-data usr/share/mailman3-web/manage.py  collectstatic
  sudo service mailman3-web start

fixed it.