* room server: new config "allow.read.only"

This commit is contained in:
Scott Powell
2025-03-24 00:25:36 +11:00
parent 39a4476194
commit d07abc39b6
3 changed files with 35 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ struct NodePrefs { // persisted to file
uint32_t guard;
uint8_t sf;
uint8_t cr;
uint8_t reserved1;
uint8_t allow_read_only;
uint8_t reserved2;
float bw;
uint8_t flood_max;