Format
This commit is contained in:
@ -17,11 +17,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"maunium.net/go/gomatrix"
|
||||
"maunium.net/go/mautrix-appservice"
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
|
||||
"maunium.net/go/gomatrix"
|
||||
"maunium.net/go/mautrix-appservice"
|
||||
)
|
||||
|
||||
type AutosavingStateStore struct {
|
||||
@ -70,4 +71,4 @@ func (store *AutosavingStateStore) SetMembership(roomID, userID, membership stri
|
||||
func (store *AutosavingStateStore) SetPowerLevels(roomID string, levels *gomatrix.PowerLevels) {
|
||||
store.BasicStateStore.SetPowerLevels(roomID, levels)
|
||||
store.Save()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user