Go to file
mrbesen 3c0ec894fc
migrate to quilt
2023-03-24 19:59:10 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2021-04-18 14:37:35 +03:00
.pc migrate to quilt 2023-03-24 19:59:10 +01:00
debian/patches migrate to quilt 2023-03-24 19:59:10 +01:00
handlebarsHelpers Multitabs 2022-06-17 20:01:43 +04:00
public Build 2023-03-13 18:47:15 +04:00
rlottie_with_printf A lot of changes: 2020-09-23 23:29:53 +03:00
src Fix FF newlines again 2023-03-13 22:14:19 +04:00
tweb-design@2c4d08587b Markup tooltip: added spoiler button 2022-01-25 21:26:51 +04:00
.env Build 2023-03-13 18:47:15 +04:00
.eslintrc.js Build 2022-11-28 18:34:59 +04:00
.gitignore Publish forgotten dependencies 2021-07-20 00:52:20 +03:00
.gitmodules Media viewer: fix mobile controls 2021-07-20 01:24:29 +03:00
CHANGELOG.md Build 2023-01-06 23:41:03 +04:00
CHANGELOG_ru.md Build 2023-01-06 23:41:03 +04:00
LICENSE License 2021-04-08 17:54:21 +04:00
README.md Rollback to webpack 4 2022-03-25 17:07:29 +02:00
babel.config.js Fix 2FA again 2021-04-29 23:36:35 +04:00
build.js Build 2022-11-28 18:34:59 +04:00
fff.code-workspace Build 2022-11-28 18:34:59 +04:00
git-serve-server.js Fix jumping scroll again 2022-03-28 18:16:12 +03:00
git-serve.js Dev: serve versions from git 2022-03-27 21:33:42 +03:00
jest.config.js Multitabs 2022-06-17 20:01:43 +04:00
jest.setup.js Fix 2FA again 2021-04-29 23:36:35 +04:00
keepAsset.js Rollback to webpack 4 2022-03-25 17:07:29 +02:00
package-lock.json Fix group call styles again 2023-02-03 16:16:50 +04:00
package.json Fix group call styles again 2023-02-03 16:16:50 +04:00
server.js Clear other storages than session on logout 2021-05-01 18:14:45 +04:00
t.py no comments 2021-02-12 19:24:20 +04:00
t2.py no comments 2021-02-12 19:24:20 +04:00
tsconfig.json Forums 2023-01-06 23:27:29 +04:00
webpack.common.js Build 2023-02-17 19:53:48 +04:00
webpack.dev.js Forums 2023-01-06 23:27:29 +04:00
webpack.prod.js Forums 2023-01-06 23:27:29 +04:00

README.md

Telegram Web K

Based on Webogram, patched and improved. Available for everyone here: https://web.telegram.org/k/

Developing

Install dependencies with:

npm install

This will install all the needed dependencies.

Running web-server

Just run npm start to start the web server and the livereload task. Open http://localhost:8080/ in your browser.

Running in production

Run npm run build to build the minimized production version of the app. Copy public folder contents to your web server.

Dependencies

Debugging

You are welcome in helping to minimize the impact of bugs. There are classes, binded to global context. Look through the code for certain one and just get it by its name in developer tools. Source maps are included in production build for your convenience.

Additional query parameters

  • test=1: to use test DCs
  • debug=1: to use debug wherever it tests the flag

Should be applied like that: http://localhost:8080/?test=1

Troubleshooting & Suggesting

If you find an issue with this app or wish something to be added, let Telegram know using the Suggestions Platform.

Licensing

The source code is licensed under GPL v3. License is available here.