feat: include hostname while sending config event

hostname is autogenerated by librepages, config files, location in file
system, etc. are identified by hostname. So it makes sense to send
hostname, along with the custom domain names that the customer provides
This commit is contained in:
Aravinth Manivannan 2022-12-12 19:26:26 +05:30
parent efdff0bc26
commit e9237d3586
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -30,6 +30,7 @@ pub enum EventType {
},
Config {
hostname: String,
data: LibConfig,
},
}