Eduard Kuzmenko 0abf74f57f Fix bugged sticker viewer
Fix replies layout with custom emoji
Fix wrapping some custom emojis
Fix opening restricted chat
Fix wrapping encoded spoiler
Fix playing custom emoji interactive animation
Fix loading archived chatlist
Fix reaction effect at top left corner
2022-09-20 22:26:59 +00:00
2022-06-17 20:01:43 +04:00
2022-08-23 20:11:15 +00:00
2022-09-20 22:26:59 +00:00
2022-09-20 22:24:39 +00:00
2022-08-09 16:41:06 +02:00
2022-08-23 20:19:00 +00:00
2021-07-20 01:24:29 +03:00
2021-04-29 23:36:35 +04:00
2021-10-21 17:16:43 +04:00
2022-06-24 21:23:25 +04:00
2022-06-24 21:23:25 +04:00
2022-03-28 18:16:12 +03:00
2022-03-27 21:33:42 +03:00
2022-06-17 20:01:43 +04:00
2021-04-29 23:36:35 +04:00
2022-03-25 17:07:29 +02:00
2021-04-08 17:54:21 +04:00
2022-06-17 20:01:43 +04:00
2022-03-25 17:07:29 +02:00
2022-08-04 08:49:54 +02:00
2022-06-17 20:01:43 +04:00
2022-06-17 20:01:43 +04:00

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.

Description
Telegram Web K with changes to work inside I2P
https://web.telegram.i2p/
Readme 75 MiB
Languages
TypeScript 81.4%
HTML 8.6%
SCSS 8.3%
JavaScript 1.4%
Handlebars 0.2%
Other 0.1%