Rename module to groupme

This commit is contained in:
Karmanyaah Malhotra
2021-03-02 19:46:53 -05:00
parent c16f42ed70
commit 7069e7d358
20 changed files with 49 additions and 47 deletions

View File

@ -39,7 +39,7 @@ func NewSQLCryptoStore(db *Database, userID id.UserID, ghostIDFormat string) *SQ
raw, _ := db.DB.DB()
return &SQLCryptoStore{
SQLCryptoStore: crypto.NewSQLCryptoStore(raw, db.dialect, "", "",
[]byte("maunium.net/go/mautrix-whatsapp"),
[]byte("github.com/karmanyaahm/matrix-groupme-go"),
&cryptoLogger{db.log.Sub("CryptoStore")}),
UserID: userID,
GhostIDFormat: ghostIDFormat,