dbus.lua: don't include types, it's magical enough to not need them

(and so we were including "s" capabilities)
This commit is contained in:
Will Dietz 2019-03-16 18:54:11 -05:00 committed by Uli Schlachter
parent 047ef30d59
commit 9af1ed9a0f
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ local function protected_method_call(_, sender, object_path, interface, method,
-- We actually do display the body of the message, we support <b>, <i> -- We actually do display the body of the message, we support <b>, <i>
-- and <u> in the body and we handle static (non-animated) icons. -- and <u> in the body and we handle static (non-animated) icons.
invocation:return_value(GLib.Variant("(as)", { invocation:return_value(GLib.Variant("(as)", {
{ "s", "body", "s", "body-markup", "s", "icon-static", "s", "actions" } { "body", "body-markup", "icon-static", "actions" }
})) }))
end end
end end