mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
GO-2982 Update any-sync
This commit is contained in:
parent
e0890f672a
commit
ace7af4a97
3 changed files with 6 additions and 4 deletions
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ require (
|
|||
github.com/PuerkitoBio/goquery v1.8.1
|
||||
github.com/VividCortex/ewma v1.2.0
|
||||
github.com/adrium/goheif v0.0.0-20230113233934-ca402e77a786
|
||||
github.com/anyproto/any-sync v0.3.29-0.20240229110043-197ae48e23e1
|
||||
github.com/anyproto/any-sync v0.3.29
|
||||
github.com/anyproto/go-naturaldate/v2 v2.0.2-0.20230524105841-9829cfd13438
|
||||
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
||||
github.com/blevesearch/bleve/v2 v2.3.10
|
||||
|
|
4
go.sum
4
go.sum
|
@ -108,8 +108,8 @@ github.com/andybalholm/cascadia v1.2.0/go.mod h1:YCyR8vOZT9aZ1CHEd8ap0gMVm2aFgxB
|
|||
github.com/andybalholm/cascadia v1.3.1/go.mod h1:R4bJ1UQfqADjvDa4P6HZHLh/3OxWWEqc0Sk8XGwHqvA=
|
||||
github.com/andybalholm/cascadia v1.3.2 h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=
|
||||
github.com/andybalholm/cascadia v1.3.2/go.mod h1:7gtRlve5FxPPgIgX36uWBX58OdBsSS6lUvCFb+h7KvU=
|
||||
github.com/anyproto/any-sync v0.3.29-0.20240229110043-197ae48e23e1 h1:0jSWKxcLKtJIWQyYpJ9pAKtGZS3NAfeYElAp1KZNkYs=
|
||||
github.com/anyproto/any-sync v0.3.29-0.20240229110043-197ae48e23e1/go.mod h1:No6UNb0W2HtXUmZkvvty46BafvvGuKa4wL3kuB57GkM=
|
||||
github.com/anyproto/any-sync v0.3.29 h1:zkpn3RS5HQ0FnAymdSekaG1ekMP1TAySHYYWk4oG48k=
|
||||
github.com/anyproto/any-sync v0.3.29/go.mod h1:No6UNb0W2HtXUmZkvvty46BafvvGuKa4wL3kuB57GkM=
|
||||
github.com/anyproto/badger/v4 v4.2.1-0.20240110160636-80743fa3d580 h1:Ba80IlCCxkZ9H1GF+7vFu/TSpPvbpDCxXJ5ogc4euYc=
|
||||
github.com/anyproto/badger/v4 v4.2.1-0.20240110160636-80743fa3d580/go.mod h1:T/uWAYxrXdaXw64ihI++9RMbKTCpKd/yE9+saARew7k=
|
||||
github.com/anyproto/go-chash v0.1.0 h1:I9meTPjXFRfXZHRJzjOHC/XF7Q5vzysKkiT/grsogXY=
|
||||
|
|
|
@ -113,7 +113,9 @@ func (s *spaceStatus) SetPersistentInfo(ctx context.Context, info spaceinfo.Spac
|
|||
return err
|
||||
}
|
||||
s.accountStatus = info.AccountStatus
|
||||
s.latestAclHeadId = info.AclHeadId
|
||||
if info.AclHeadId != "" {
|
||||
s.latestAclHeadId = info.AclHeadId
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue