From 2b2d04683541b0661945f7b6e37e7e34f13473c0 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 6 Dec 2022 15:38:14 -0800 Subject: [PATCH] Fixed Mastodon auto-post --- src/main/kotlin/net/thauvin/erik/mobibot/modules/Mastodon.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/net/thauvin/erik/mobibot/modules/Mastodon.kt b/src/main/kotlin/net/thauvin/erik/mobibot/modules/Mastodon.kt index 858676e..41de68e 100644 --- a/src/main/kotlin/net/thauvin/erik/mobibot/modules/Mastodon.kt +++ b/src/main/kotlin/net/thauvin/erik/mobibot/modules/Mastodon.kt @@ -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() {