-
-
Notifications
You must be signed in to change notification settings - Fork 59
Groupsv2 basic support #460
Conversation
|
😱😱 so huge. You probably want to open PR based on that branch and do reviews separately. |
That is a very good idea. Perhaps the list in the PR description could be split up into smaller chunks, which on its own could be completed? Looking at the GitHub Projects tab, it looks like that could be a possible option. |
|
I think it's ready when, we have at least working.
It's true, the other things we can delay to other mr. |
Clickable was not resolving $HOME correctly in the github ci. Switch to the predefined $GITHUB_WORKSPACE variable instead. https://docs.github.com/en/actions/reference/environment-variables
|
@olof-nord the file ending up in the click package is always libzkgroup-linux_x86_64-v0.8.0.so Actually a click package is a kind of modified deb package and can be extraced by an archive program. Then in there is data.tar.gz and this is the folder that will be extracted. |
|
Maybe it's just the wrong name. Ah no, looking at the code, it's intended like that. |
|
now we have $GITHUB_WORKSPACE including all subfolders in in the |
This is for tracking progress on the groupsv2 support. This is mostly done in the https://github.com/signal-golang/textsecure repository but here is the work coordinated. The coresponding branch is https://github.com/signal-golang/textsecure/tree/groups_v2
Basic support for different group v2 update types signal-golang/textsecure
Basic tasks in signal-golang/textsecure
Process and decrypt incoming groupsv2 messages
Send and encrypt groupsv2 messages
handle groupsV2 in axolotl + axolotl-web in the user interface
Packaging with rust dependencies
Testing all environements