mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-27 12:36:19 +08:00
chore: unified function name
This commit is contained in:
@@ -85,6 +85,6 @@ func (u User) CanWebdavRead() bool {
|
||||
return u.IsAdmin() || (u.Permission>>8)&1 == 1
|
||||
}
|
||||
|
||||
func (u User) CanWebdavWrite() bool {
|
||||
func (u User) CanWebdavManage() bool {
|
||||
return u.IsAdmin() || (u.Permission>>9)&1 == 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user