Fixed Mastodon auto-post

This commit is contained in:
Erik C. Thauvin 2022-12-06 15:38:14 -08:00
parent 6fd59e9487
commit 2b2d046835

View file

@ -52,7 +52,6 @@ class Mastodon : SocialModule() {
get() = properties[HANDLE_PROP]
override val isAutoPost: Boolean
get() = isEnabled && properties[Twitter.AUTO_POST_PROP].toBoolean()
override val isValidProperties: Boolean
get() {