1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 05:07:46 +00:00

Merge branch 'master' into develop

This commit is contained in:
Quackster 2023-03-19 23:42:51 +10:00
commit cc31095806

View file

@ -14,10 +14,6 @@ public class CommunityController {
XSSUtil.clear(webConnection);
var template = webConnection.template("community");
if (!webConnection.session().contains("authenticated")) {
return;
}
/*
if (CacheManager.useCachePage(webConnection, "community")) {
webConnection.send(CacheManager.getPage(webConnection, "community"));