Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Limitations #3

Open
3 tasks done
Charibdys opened this issue Mar 9, 2023 · 1 comment
Open
3 tasks done

Limitations #3

Charibdys opened this issue Mar 9, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Charibdys
Copy link
Owner

Charibdys commented Mar 9, 2023

Caveats and features deemed too complicated to implement in Private Parlor can be found here, with links to corresponding issues or commits if they are resolved in the future

Some examples:

  • Forwarded albums are relayed individually
    Ideally they would be relayed just like albums, though there is no Telegram API function to forward an album.
  • Album relaying timer may be too short (or too long)
    Ideally this would use the shortest timer possible
  • YAML locale replies/logs need to be in a specific order
    Ideally locale replies/logs would not be an array of strings, as this is prone to causing errors when editing the locale files.
@Charibdys Charibdys added the documentation Improvements or additions to documentation label Mar 9, 2023
@Charibdys
Copy link
Owner Author

Forwarded albums are still relayed individually, but can be relayed as a media group with an attached header to reference the original album. Implemented in commit e852ce2.

Album relaying timer has been reduced to 500 milliseconds without any noticeable issue, in commit 0bb582f.

YAML locale files were reorganized in commit a907fe0, so that they are serialized into a locale objects instead of a hash.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant