Skip to content

Commit ccb7244

Browse files
authored
Merge pull request #34 from fatfingers23/bugfix/VariousBugfixes
Bugfix/various bugfixes
2 parents dcbb38a + 48ec2c0 commit ccb7244

297 files changed

Lines changed: 1019 additions & 14041 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
.PHONY: dev-setup
2-
dev-setup:
3-
rm -rf ../atproto \
4-
&& git clone git@github.com:bluesky-social/atproto ../atproto \
5-
61
.PHONY: go-lexicons
72
go-lexicons:
83
rm -rf ./api/cbor/cbor_gen.go \
@@ -23,5 +18,5 @@ lexgen:
2318
lexgen-types:
2419
go run github.com/bluesky-social/indigo/cmd/lexgen \
2520
--build-file ./lexcfg.json \
26-
../atproto/lexicons \
21+
./lexicons/bsky \
2722
./lexicons/teal

api/atproto/admindefs.go

Lines changed: 0 additions & 55 deletions
This file was deleted.

api/atproto/admindeleteAccount.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

api/atproto/admindisableAccountInvites.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

api/atproto/admindisableInviteCodes.go

Lines changed: 0 additions & 26 deletions
This file was deleted.

api/atproto/adminenableAccountInvites.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

api/atproto/admingetAccountInfo.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

api/atproto/admingetAccountInfos.go

Lines changed: 0 additions & 30 deletions
This file was deleted.

api/atproto/admingetInviteCodes.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

api/atproto/admingetSubjectStatus.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)