mrsbfh.meta

Issues/PRs archive for MTRNord/mrsbfh
git clone git://archive.git.mtrnord.blog/MTRNord/mrsbfh.meta.git
Log | Files | Refs

10.md (822B)


      1 # PR #10 Fix unneeded rust dependancies for mrsbfh
      2 
      3 - **Status:** merged
      4 - **Author:** @donicrosby
      5 - **Created:** 2021-11-18T01:47:43Z
      6 - **Branch:** fix-unused-dependancies → main
      7 - **Merged:** 2022-02-23T14:21:24Z
      8 - **Diff:** [10.diff](./10.diff)
      9 
     10 ---
     11 
     12 Fixes #8 
     13 
     14 It still requires the end user to pull in the matrix-sdk but doesn't force features that they may not want. If the framework starts reducing the amount of setup ( having the store and session paths be created via a function or macro in the framework) then for those functions to be enabled start requiring features of the matrix-sdk that would be needed
     15 
     16 
     17 ## Comments
     18 
     19 ### @MTRNord — 2022-02-23T14:21:21Z
     20 
     21 Sorry for the super late merge.
     22 
     23 ### @MTRNord — 2022-02-23T14:39:55Z
     24 
     25 Actually I am going to revert the ssl stuff as that breaks the releasing.
     26