Commit 1709462
committed
feat: moved community url max length to cpp in libsession_util
1 parent 4f5c52b commit 1709462
3 files changed
+5
-7
lines changedSubmodule libsession-util updated 17 files
- include/session/config/community.hpp+4
- include/session/config/groups/keys.h+19
- include/session/config/groups/members.h+3-2
- include/session/config/groups/members.hpp+66-18
- include/session/onionreq/builder.h+11-3
- include/session/util.hpp+59
- src/config/base.cpp+1
- src/config/community.cpp+1-4
- src/config/contacts.cpp+4-5
- src/config/groups/info.cpp+2-6
- src/config/groups/keys.cpp+9
- src/config/groups/members.cpp+4-5
- src/config/user_profile.cpp+1-3
- src/onionreq/builder.cpp+8-4
- tests/test_config_contacts.cpp+12
- tests/test_config_userprofile.cpp+47
- tests/test_group_members.cpp+17-9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments