Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 5a8dd2b40709e509adad8642db3a558bf98e6def
Author: Keyrxng <[email protected]>
Date:   Thu Sep 12 00:33:00 2024 +0100

    chore: eslint

commit 85b052340076207c663a9da6c4983bbe01c85de0
Author: Keyrxng <[email protected]>
Date:   Thu Sep 12 00:01:17 2024 +0100

    chore: prettier

commit 2e57506f900b670ecd865b5dc00a81a8234e0624
Author: Keyrxng <[email protected]>
Date:   Wed Sep 11 23:57:08 2024 +0100

    feat: documentation

    (80x) chore: test

commit ec53f82
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 14:52:13 2024 +0100

    chore: remember to save the chat

commit 7b10cbc
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 14:37:28 2024 +0100

    chore: send message after closing chat

commit 7dd5559
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 14:20:22 2024 +0100

    chore: close room

commit ed47c8e
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 02:05:56 2024 +0100

    chore: moving all workroom fn into mtproto

commit 0b4e971
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 01:39:23 2024 +0100

    chore: use new config item botId

commit fbe8e79
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 01:38:04 2024 +0100

    chore: lots of minor fixes

commit 304706d
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 01:36:38 2024 +0100

    chore: move and remove some more

commit 8b07280
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 01:26:53 2024 +0100

    chore: move and remove some

commit 93f1eea
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 01:00:26 2024 +0100

    chore: repo secrets

commit 889f350
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 00:57:13 2024 +0100

    chore: repo secrets

commit 3ea8747
Author: Keyrxng <[email protected]>
Date:   Sun Sep 8 00:42:25 2024 +0100

    chore: tidying up classes with new init

commit 80db604
Author: Keyrxng <[email protected]>
Date:   Sat Sep 7 23:47:20 2024 +0100

    chore: re-auth working finally
  • Loading branch information
Keyrxng committed Sep 12, 2024
1 parent 5f5f109 commit 8c2b267
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 191 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_SERVICE_KEY: ${{ secrets.SUPABASE_SERVICE_KEY }}

BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
BOT_ADMINS: ${{ secrets.BOT_ADMINS }}
BOT_WEBHOOK: ${{ secrets.BOT_WEBHOOK }}
Expand Down
118 changes: 0 additions & 118 deletions src/handlers/callbacks-proxy.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/handlers/github/workrooms.ts

This file was deleted.

55 changes: 0 additions & 55 deletions src/utils/plugin-context-single.ts

This file was deleted.

0 comments on commit 8c2b267

Please sign in to comment.