Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setting to suppress 'File too big for TediCross to handle' messages, fixes #316 #317

Closed
wants to merge 1 commit into from

Conversation

trgwii
Copy link
Member

@trgwii trgwii commented Jun 28, 2023

No description provided.

Lulalaby pushed a commit that referenced this pull request Aug 18, 2023
## Changes

1. Updated to work with latest packages
2. New param (in settings -> telegram: suppressThisIsPrivateBotMessage: true) - disabling warning messages in groups with no configured bridges
   Same discord param (in settings -> discord: suppressThisIsPrivateBotMessage: true) - disabling warning messages in groups with no configured bridges
3. (#316) Option to disable "too big file" message (in settings -> telegram: suppressFileTooBigMessages: true)
3.1. Fixed: if one of files in a message is too big - the rest files text still being rerouted
3.2. Fixed: names of files sent from telegram
4. (#306) Disabled pinned message notification from TG
5. Added: Discord msg limit = 2000 chars. Use embeds for bigger messages.
6. (#293) User first & last name form Telegram used when no username set
7. (#268; #243) Added Threads support (check Readme for details)
8. (#269) For text with inline links in text use embeds.
9. Fixed: crash on adding bot to new group
10. (#181) Fixed: Strikethrough formatting
11. Fixed: if one attachment is too big other attachments still processed
12. Fixed: crash on deleting the chat with not configured bot
13. Fixed: correct parsing of "spoiler" formatting
14. Fixed: removed unnecessary dev logs
15. Package.json updated - added new packages (required for Strikethrough fix)
16. New options added to default config file (example.settings.yaml)
17. Added: photos (and other file types) transferred as groups (albums) both directions
18. Fixed: lost caption if one file in album failed on transfer
19. Fixed: lost reply from Discord to non-existing TG message
20. Fixed: crash on system message reply in discord (sync code from original TediCross repo)

## Maintainer changes

- Supersedes #317
- Feature: `/threadinfo` and `/chatinfo` are now discord slash commands and telegram chat commands
@Lulalaby Lulalaby closed this Aug 18, 2023
Lulalaby pushed a commit that referenced this pull request Aug 18, 2023
1. Updated to work with latest packages
2. New param (in settings -> telegram: suppressThisIsPrivateBotMessage: true) - disabling warning messages in groups with no configured bridges
   Same discord param (in settings -> discord: suppressThisIsPrivateBotMessage: true) - disabling warning messages in groups with no configured bridges
3. (#316) Option to disable "too big file" message (in settings -> telegram: suppressFileTooBigMessages: true)
3.1. Fixed: if one of files in a message is too big - the rest files text still being rerouted
3.2. Fixed: names of files sent from telegram
4. (#306) Disabled pinned message notification from TG
5. Added: Discord msg limit = 2000 chars. Use embeds for bigger messages.
6. (#293) User first & last name form Telegram used when no username set
7. (#268; #243) Added Threads support (check Readme for details)
8. (#269) For text with inline links in text use embeds.
9. Fixed: crash on adding bot to new group
10. (#181) Fixed: Strikethrough formatting
11. Fixed: if one attachment is too big other attachments still processed
12. Fixed: crash on deleting the chat with not configured bot
13. Fixed: correct parsing of "spoiler" formatting
14. Fixed: removed unnecessary dev logs
15. Package.json updated - added new packages (required for Strikethrough fix)
16. New options added to default config file (example.settings.yaml)
17. Added: photos (and other file types) transferred as groups (albums) both directions
18. Fixed: lost caption if one file in album failed on transfer
19. Fixed: lost reply from Discord to non-existing TG message
20. Fixed: crash on system message reply in discord (sync code from original TediCross repo)

- Supersedes #317
- Feature: `/threadinfo` and `/chatinfo` are now discord slash commands and telegram chat commands

fix: docker

feat: discord activity (#337)

* feat: discord bot activity

* add examples & document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants