Skip to content

[CLI] Use ConversationsDbusInterface for sending SMS

Summary

Use the ConversationsDbusInterface to send SMS rather than trying to manually construct the dbus call

BUG: 425731

Test Plan

Before:

Trying to send SMS would give an error like No such object path '/modules/kdeconnect/devices/{id}/sms'

After:

Trying to send an SMS (without attachment) works properly

Edited by Simon Redman

Merge request reports