chat delete: bridge properly
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
@@ -192,6 +192,7 @@ func NewTelegramClient(ctx context.Context, tc *TelegramConnector, login *bridge
|
||||
dispatcher.OnPeerBlocked(func(ctx context.Context, e tg.Entities, update *tg.UpdatePeerBlocked) error {
|
||||
return client.onPeerBlocked(ctx, update)
|
||||
})
|
||||
dispatcher.OnChat(client.onChat)
|
||||
|
||||
client.ScopedStore = tc.Store.GetScopedStore(telegramUserID)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user