File

.busted @ 13660:31f8fd2bcab9

MUC: Don't inform people about the avatar hash when there is none
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Feb 2025 10:19:36 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}