telegramdesktop/tdesktop/dev • 56e675e • 1 files, +0/-5
Revert "Fixed ability to delete chat as forum with all topics."
This reverts commit f40064333e33a35f8e96de07248666792998e5f2.
This destroys messages that were not really deleted.
#tdesktop
Revert "Fixed ability to delete chat as forum with all topics."
This reverts commit f40064333e33a35f8e96de07248666792998e5f2.
This destroys messages that were not really deleted.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • a4c4ea1 • 1 files, +6/-4
Always process item destroy in topics.
telegramdesktop/tdesktop/dev • e86fec4 • 1 files, +4/-2
Fix messages clear on history delete.
telegramdesktop/tdesktop/dev • b1d08b3 • 3 files, +24/-3
Preserve topicRootId() on edition-to-history-clear.
#tdesktop
Always process item destroy in topics.
telegramdesktop/tdesktop/dev • e86fec4 • 1 files, +4/-2
Fix messages clear on history delete.
telegramdesktop/tdesktop/dev • b1d08b3 • 3 files, +24/-3
Preserve topicRootId() on edition-to-history-clear.
#tdesktop
🫡3
🫡3
🤨2🫡2🤝1💅1
morethanwords/tweb/master • 4ac1a97 • 1 files, +1/-13
Fix botforum new topic message
morethanwords/tweb/master • e0aa3ce • 1 files, +5/-4
Potentially fix dialogs sorting animation
morethanwords/tweb/master • 4f1f4d3 • 1 files, +13/-1
Clear blocked animation callbacks too
morethanwords/tweb/master • 88e400f • 1 files, +1/-13
Merge pull request #614 from H7GhosT/tmp/try-fix-missing-topics
Fix botforum new topic message
morethanwords/tweb/master • 71cea8b • 2 files, +18/-5
Merge pull request #616 from H7GhosT/fix/sorting-animation
Potentially fix dialogs sorting animation
#webk
Fix botforum new topic message
morethanwords/tweb/master • e0aa3ce • 1 files, +5/-4
Potentially fix dialogs sorting animation
morethanwords/tweb/master • 4f1f4d3 • 1 files, +13/-1
Clear blocked animation callbacks too
morethanwords/tweb/master • 88e400f • 1 files, +1/-13
Merge pull request #614 from H7GhosT/tmp/try-fix-missing-topics
Fix botforum new topic message
morethanwords/tweb/master • 71cea8b • 2 files, +18/-5
Merge pull request #616 from H7GhosT/fix/sorting-animation
Potentially fix dialogs sorting animation
#webk
🫡2👍1🤝1
telegramdesktop/tdesktop/dev • 485d820 • 1 files, +3/-0
Do not exit fullscreen mode when applying video quality
telegramdesktop/tdesktop/dev • 2de7fb5 • 3 files, +77/-102
Simplify caption management in SendFilesBox.
telegramdesktop/tdesktop/dev • 5507e9c • 19 files, +287/-683
Simplify file sending, always attach a caption.
#tdesktop
Do not exit fullscreen mode when applying video quality
telegramdesktop/tdesktop/dev • 2de7fb5 • 3 files, +77/-102
Simplify caption management in SendFilesBox.
telegramdesktop/tdesktop/dev • 5507e9c • 19 files, +287/-683
Simplify file sending, always attach a caption.
#tdesktop
🫡2
telegramdesktop/tdesktop/dev • 58d334c • 1 files, +18/-11
Fix crash in restrict-from-recent-actions.
telegramdesktop/tdesktop/dev • 9d371dd • 2 files, +5/-2
Fix controls.
telegramdesktop/tdesktop/dev • 8eab8af • 1 files, +8/-10
Don't always lower members count when banning.
Fixes #30371.
#tdesktop
Fix crash in restrict-from-recent-actions.
telegramdesktop/tdesktop/dev • 9d371dd • 2 files, +5/-2
Fix controls.
telegramdesktop/tdesktop/dev • 8eab8af • 1 files, +8/-10
Don't always lower members count when banning.
Fixes #30371.
#tdesktop
👍2🫡2
morethanwords/tweb/master • bb47f07 • 21 files, +1064/-995
Icons
Fix `undefined` rank in user's groups
Fix loading shared media tabs on huge screens
Open web apps from apps tab
morethanwords/tweb/master • 3266a18 • 168 files, +611/-611
Build
#webk
Icons
Fix `undefined` rank in user's groups
Fix loading shared media tabs on huge screens
Open web apps from apps tab
morethanwords/tweb/master • 3266a18 • 168 files, +611/-611
Build
#webk
🫡2👍1
telegramdesktop/tdesktop/dev • ffea1e3 • 1 files, +50/-16
Defer sticker reads via crl::on_main chain for faster first paint
Instead of reading all sticker sets synchronously in crl::on_main,
chain each read step via crl::on_main so that paint events can be
processed between heavy file reads. This moves first paint from
~2807ms to ~1294ms by allowing the UI to render before sticker
loading completes.
#tdesktop
Defer sticker reads via crl::on_main chain for faster first paint
Instead of reading all sticker sets synchronously in crl::on_main,
chain each read step via crl::on_main so that paint events can be
processed between heavy file reads. This moves first paint from
~2807ms to ~1294ms by allowing the UI to render before sticker
loading completes.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 68e1504 • 2 files, +32/-54
Use crl::on_main_queue for chained init steps.
#tdesktop
Use crl::on_main_queue for chained init steps.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 5f11211 • 6 files, +54/-1
Freeze chat list order while mouse hovers over it
When subscribed to many active chats, the list reorders too quickly,
causing misclicks. Freeze the visual order while the mouse is over the
chat list and replay deferred reorderings when the mouse leaves or
after 5 seconds of inactivity.
Fixes #1504.
#tdesktop
Freeze chat list order while mouse hovers over it
When subscribed to many active chats, the list reorders too quickly,
causing misclicks. Freeze the visual order while the mouse is over the
chat list and replay deferred reorderings when the mouse leaves or
after 5 seconds of inactivity.
Fixes #1504.
#tdesktop
🫡2👍1
🫡3
morethanwords/tweb/master • 78e4a30 • 5 files, +38/-34
Fix reply keyboard
morethanwords/tweb/master • bf619e5 • 133 files, +233/-233
Build
#webk
Fix reply keyboard
morethanwords/tweb/master • bf619e5 • 133 files, +233/-233
Build
#webk
🫡3
DrKLO/Telegram/master • 9fdd7fa • 55 files, +1740/-698
update to 12.4.2 (6526)
DrKLO/Telegram/master • 5e37155 • 4 files, +56/-6
update to 12.4.3 (6527)
#android
update to 12.4.2 (6526)
DrKLO/Telegram/master • 5e37155 • 4 files, +56/-6
update to 12.4.3 (6527)
#android
💅3🫡2
DrKLO/Telegram/master • 1771f5d • 143 files, +7732/-2066
update to 12.5.0 (6573)
DrKLO/Telegram/master • ce8c61c • 33 files, +485/-166
update to 12.5.1 (6580)
#android
update to 12.5.0 (6573)
DrKLO/Telegram/master • ce8c61c • 33 files, +485/-166
update to 12.5.1 (6580)
#android
🫡3🤝2💅1
🫡3💅3🤨1
telegramdesktop/tdesktop/dev • b24a13d • 1 files, +1/-1
Bump docker/setup-buildx-action from 3 to 4
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
telegramdesktop/tdesktop/dev • 71497e5 • 1 files, +1/-1
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
#tdesktop
Bump docker/setup-buildx-action from 3 to 4
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
telegramdesktop/tdesktop/dev • 71497e5 • 1 files, +1/-1
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
#tdesktop
🫡3
🫡3
morethanwords/tweb/master • bb9d5b3 • 16 files, +353/-295
GIF sending with caption
Poll results: voting time
Fix displaying spoiler on GIF
#webk
GIF sending with caption
Poll results: voting time
Fix displaying spoiler on GIF
#webk
🫡3👍1
morethanwords/tweb/master • 94c63d9 • 7 files, +147/-243
Improve spotlight in Media editor
morethanwords/tweb/master • caf6dc2 • 6 files, +51/-10
Open avatar edit directly in crop tab
morethanwords/tweb/master • bf95b38 • 1 files, +1/-1
Change spotlight bg opacity
morethanwords/tweb/master • 6f045b5 • 20 files, +540/-215
Merge pull request #617 from H7GhosT/feature/avatar-media-editor
Avatar media editor
#webk
Improve spotlight in Media editor
morethanwords/tweb/master • caf6dc2 • 6 files, +51/-10
Open avatar edit directly in crop tab
morethanwords/tweb/master • bf95b38 • 1 files, +1/-1
Change spotlight bg opacity
morethanwords/tweb/master • 6f045b5 • 20 files, +540/-215
Merge pull request #617 from H7GhosT/feature/avatar-media-editor
Avatar media editor
#webk
🫡3👍1
morethanwords/tweb/master • 6f68e00 • 10 files, +126/-17
Formatted dates: unformatted implementation
morethanwords/tweb/master • 6e83352 • 18 files, +460/-48
Formatted dates
#webk
Formatted dates: unformatted implementation
morethanwords/tweb/master • 6e83352 • 18 files, +460/-48
Formatted dates
#webk
🫡3