This commit is contained in:
Melody 2024-08-28 17:20:38 +02:00
parent 94197780e1
commit 2977f09245
32 changed files with 763 additions and 936 deletions

5
storage/remoteUser.go Normal file
View file

@ -0,0 +1,5 @@
package storage
func (s *Storage) NewRemoteUser(fullHandle string) (*Account, error) {
return nil, nil
}