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

Session 1.7.1 #1908

Merged
merged 3 commits into from
Sep 13, 2021
Merged

Session 1.7.1 #1908

merged 3 commits into from
Sep 13, 2021

Commits on Sep 8, 2021

  1. Keep line breaks when message has some new lines

    Relates #1758 and #1898 and #1901
    Bilb committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    48090b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Merge pull request #1902 from Bilb/fix-new-line-break

    Keep line breaks when message has some new lines
    Bilb committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    b4068a2 View commit details
    Browse the repository at this point in the history
  2. Fix path building (#1903)

    * Keep line breaks when message has some new lines
    
    Relates #1758 and #1898 and #1901
    
    * fix link preview cropped when received
    
    * make sure we fetch from seed if we end up with not enough snodes
    
    * try to download recent previews if we just trusted a user
    
    * throw if we need to rebuild path while fetching snode list from snode
    
    * fixup no refecthing of snode list while we are fetching them already
    
    * added test for fetch from db or seed
    
    * fetch snode list from snode every hour
    
    also make sure the path building does not try to get more snodes. It
    just throws
    
    * do not drop a path if an opengroup room is down and we get errors  back
    
    * do not throw an error if the snode in error in not in any path
    
    * fix tests
    
    * bump to v1.7.11
    Bilb committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    c92baad View commit details
    Browse the repository at this point in the history