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

[Request] Hyperlink support #269

Closed
gappjust opened this issue May 4, 2023 · 4 comments · Fixed by #336
Closed

[Request] Hyperlink support #269

gappjust opened this issue May 4, 2023 · 4 comments · Fixed by #336

Comments

@gappjust
Copy link

gappjust commented May 4, 2023

If it's posible. can you make inline link support if sending from Telegram to Discord? It seems to be supported by Discord https://www.reddit.com/r/discordapp/comments/jy968x/you_can_now_create_hyperlinks_through_messages/

@Lulalaby
Copy link
Collaborator

Lulalaby commented May 4, 2023

This change was reverted by discord

@gappjust
Copy link
Author

gappjust commented May 4, 2023

bruh

@gappjust gappjust closed this as completed May 4, 2023
@Lulalaby
Copy link
Collaborator

Lulalaby commented May 4, 2023

We can keep this open.

The revert is only temporary.

That said tho, it's not clear when it'll be added again.

The reason for the revert was a security issue within the new markdown and hyperlinks.

@Lulalaby Lulalaby reopened this May 4, 2023
@Lulalaby
Copy link
Collaborator

Lulalaby commented May 4, 2023

For the future tho, please do not refer the discord subreddit.

It's mostly flooded with conspiracy theories and false info's.

For requests refer and mention the official docs.

@Lulalaby Lulalaby linked a pull request Aug 18, 2023 that will close this issue
Lulalaby pushed a commit that referenced this issue 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 pushed a commit that referenced this issue 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 a pull request may close this issue.

2 participants