Commit 20c8713
2 files changed
+2
-2
lines changedSubmodule libsession-util updated 21 files
- include/session/config/user_profile.h+25-1
- include/session/config/user_profile.hpp+26-2
- include/session/pro_backend.h+108-2
- include/session/pro_backend.hpp+133-9
- include/session/util.h+23
- include/session/util.hpp+9
- src/CMakeLists.txt+1-1
- src/config/contacts.cpp+13-33
- src/config/convo_info_volatile.cpp+28-22
- src/config/groups/info.cpp+3-2
- src/config/local.cpp+2-2
- src/config/pro.cpp+3-3
- src/config/user_groups.cpp+2-2
- src/config/user_profile.cpp+35-4
- src/pro_backend.cpp+378-14
- src/session_protocol.cpp+5-1
- src/util.cpp+84
- tests/CMakeLists.txt+1
- tests/test_config_userprofile.cpp+4
- tests/test_pro_backend.cpp+193-26
- tests/test_unicode_operations.cpp+37
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments