Skip to content

Commit 1754f4f

Browse files
committed
Initial commit
1 parent cbdb7b2 commit 1754f4f

35 files changed

+0
-1260
lines changed

app/bff/bff/internal/server/server.go

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import (
3333
emoji_helper "github.com/teamgram/teamgram-server/app/bff/emoji"
3434
files_helper "github.com/teamgram/teamgram-server/app/bff/files"
3535
folders_helper "github.com/teamgram/teamgram-server/app/bff/folders"
36-
gdpr_helper "github.com/teamgram/teamgram-server/app/bff/gdpr"
3736
gifs_helper "github.com/teamgram/teamgram-server/app/bff/gifs"
3837
langpack_helper "github.com/teamgram/teamgram-server/app/bff/langpack"
3938
messages_helper "github.com/teamgram/teamgram-server/app/bff/messages"
@@ -47,7 +46,6 @@ import (
4746
reports_helper "github.com/teamgram/teamgram-server/app/bff/reports"
4847
secretchats_helper "github.com/teamgram/teamgram-server/app/bff/secretchats"
4948
sponsoredmessages_helper "github.com/teamgram/teamgram-server/app/bff/sponsoredmessages"
50-
statistics_helper "github.com/teamgram/teamgram-server/app/bff/statistics"
5149
stickers_helper "github.com/teamgram/teamgram-server/app/bff/stickers"
5250
themes_helper "github.com/teamgram/teamgram-server/app/bff/themes"
5351
tos_helper "github.com/teamgram/teamgram-server/app/bff/tos"
@@ -138,13 +136,6 @@ func (s *Server) Initialize() error {
138136
MsgClient: c.MsgClient,
139137
}))
140138

141-
// gdpr_helper
142-
mtproto.RegisterRPCGdprServer(
143-
grpcServer,
144-
gdpr_helper.New(gdpr_helper.Config{
145-
RpcServerConf: c.RpcServerConf,
146-
}))
147-
148139
// gifs_helper
149140
mtproto.RegisterRPCGifsServer(
150141
grpcServer,
@@ -350,13 +341,6 @@ func (s *Server) Initialize() error {
350341
RpcServerConf: c.RpcServerConf,
351342
}))
352343

353-
// statistics_helper
354-
mtproto.RegisterRPCStatisticsServer(
355-
grpcServer,
356-
statistics_helper.New(statistics_helper.Config{
357-
RpcServerConf: c.RpcServerConf,
358-
}))
359-
360344
// stickers_helper
361345
mtproto.RegisterRPCStickersServer(
362346
grpcServer,

app/bff/gdpr/client/gdpr_client.go

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

app/bff/gdpr/cmd/gdpr/main.go

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

app/bff/gdpr/etc/gdpr.yaml

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

app/bff/gdpr/helper.go

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

app/bff/gdpr/internal/config/config.go

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

app/bff/gdpr/internal/core/account.finishTakeoutSession_handler.go

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

app/bff/gdpr/internal/core/account.initTakeoutSession_handler.go

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

app/bff/gdpr/internal/core/channels.getLeftChannels_handler.go

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

app/bff/gdpr/internal/core/core.go

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

0 commit comments

Comments
 (0)