Skip to content

Device linking

Ruben De Smet requested to merge linked-devices into master

DeviceModel "should" be able to call into the ClientActor to refresh and fetch and link devices, but that makes the spaghetti worse. Maybe it's time for a bit of clean-up first.

Fixes #97 (closed)

TODO

  • Show linked devices
    • Formatter.DurationElapsed gives "x hours ago", but last_seen contains only a date, not a time. A formatter that shows "today"/"yesterday"/x days ago would be more appropriate, but Formatter is undocumented. -> #185
  • Link new device
  • Remove linked device
  • Await approval for https://github.com/Michael-F-Bryan/libsignal-service-rs/pull/60

Builds

CI builds for armv7hl, aarch64, and i486 . Just click through target ️ your architecture release rpmbuild RPMS ️ another architecture, and you'll have an .rpm! Don't forget to revert to OpenRepos after your testing, because you will not receive updates until two new versions appear!

These builds are only available and up-to-date when the pipeline status is green!

Edited by Ruben De Smet

Merge request reports