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

[FIXED] Inboxes suffix would contain many zeros #808

Merged
merged 2 commits into from Sep 1, 2021
Merged

Commits on Sep 1, 2021

  1. [FIXED] Inboxes suffix would contain many zeros

    This was introduced by PR #767
    when the nuidSize was used instead of replySuffixLen to just build
    the reply suffix. This meant that the suffix part with 22 characters
    long and had lots of zeros at the end.
    
    Added a test to make sure we don't break that in the future.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Sep 1, 2021
    Copy the full SHA
    eced299 View commit details
    Browse the repository at this point in the history
  2. Update readme's "master" to "main" for badges

    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Sep 1, 2021
    Copy the full SHA
    6ea6f6a View commit details
    Browse the repository at this point in the history