* refactor telegram/tglib for Hono * linter fix * add CSP for channel media * don't cut feed item title prematurely * implement shared Geo position attachment * don't start TG client unless routes are requested * resolve typescript; fix private chats and groups; fix stickers and no-thumbnail document attachments; fix media-by-link attachments * fix empty text and message grouping; add GeoLive media type; add Poll/Quiz media type * add script-src none to CSP Co-authored-by: Tony <TonyRL@users.noreply.github.com> * add unwrap media for stories support * fix fwdFrom access * remove unnecessary core patches, add media route docs * remove tglib fallback, as it's already preferred if configured * implement stories endpoint * improve text representation of channel content * serve channel media under /channel/entityName/msgId * improve stories endpoint * restore original post links to avoid feed duplicates on upgrade * appease eslint * fix lint * improve stories config route definition * fix poll handling * lint fix * format poll results nicely * fix node compat * remove duplicate ignore --------- |
||
|---|---|---|
| .. | ||
| api | ||
| assets | ||
| errors | ||
| middleware | ||
| routes | ||
| routes-deprecated | ||
| utils | ||
| views | ||
| app-bootstrap.tsx | ||
| app.test.ts | ||
| app.ts | ||
| config.test.ts | ||
| config.ts | ||
| index.ts | ||
| pkg.test.ts | ||
| pkg.ts | ||
| registry.test.ts | ||
| registry.ts | ||
| router.js | ||
| routes.test.ts | ||
| server.ts | ||
| setup.test.ts | ||
| types.ts | ||