1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-2990 Update any-sync

This commit is contained in:
mcrakhman 2024-03-01 17:25:44 +01:00
parent cefcfb977e
commit 97df5542c1
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
3 changed files with 4 additions and 1 deletions

2
go.mod
View file

@ -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.31-0.20240301134847-cbd44561bee5
github.com/anyproto/any-sync v0.3.31-0.20240301161619-9aab6547f1c0
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

2
go.sum
View file

@ -87,6 +87,8 @@ github.com/andybalholm/cascadia v1.3.2 h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsVi
github.com/andybalholm/cascadia v1.3.2/go.mod h1:7gtRlve5FxPPgIgX36uWBX58OdBsSS6lUvCFb+h7KvU=
github.com/anyproto/any-sync v0.3.31-0.20240301134847-cbd44561bee5 h1:/KhrZxtPaFFmvFgUKX3gkJKpGU5bx5bOh0Jyd3IK1SI=
github.com/anyproto/any-sync v0.3.31-0.20240301134847-cbd44561bee5/go.mod h1:q7O3a4p3DwhFzIACjh6I6rv2RzgqPQesZNZv27B8Xdo=
github.com/anyproto/any-sync v0.3.31-0.20240301161619-9aab6547f1c0 h1:apSsM75xc+q4pf7zTkoIYS35BcL2KjvNm4WElA1MxkQ=
github.com/anyproto/any-sync v0.3.31-0.20240301161619-9aab6547f1c0/go.mod h1:q7O3a4p3DwhFzIACjh6I6rv2RzgqPQesZNZv27B8Xdo=
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=

View file

@ -147,6 +147,7 @@ func (s *spaceFactory) CreateInvitingSpace(ctx context.Context, id, aclHeadId st
ctrl, err := shareablespace.NewSpaceController(id, spaceinfo.SpacePersistentInfo{
SpaceID: id,
AccountStatus: spaceinfo.AccountStatusJoining,
AclHeadId: aclHeadId,
}, s.app)
if err != nil {
return nil, err