Set different user agent

This commit is contained in:
Tulir Asokan
2020-05-10 20:09:44 +03:00
parent 5a316b953f
commit 7d48d8538f
5 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ type Gomuks interface {
Matrix() MatrixContainer
UI() GomuksUI
Config() *config.Config
Version() string
Start()
Stop(save bool)