summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-10 15:10:53 +0300
committerPaul Buetow <paul@buetow.org>2026-04-10 15:10:53 +0300
commitf784d30559569cba63d5d02aa3413346accea7fb (patch)
tree36f8e4bc64cd641b2324c35999b3c053f267cad0 /internal/run.go
parentb6be62b537ebfd3a0e2fa25c93d2408ccb418cb7 (diff)
v1.3.0: Snonux inbox, default platform, compose posting, gemtext filterv1.3.0
- Snonux writes plain text to gosdir/snonux/inbox - Default -platforms includes Snonux; gosc runs post after compose - Gemini summary skips db/platforms/snonux posted entries Made-with: Cursor
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/run.go b/internal/run.go
index 43874bf..695757b 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -67,11 +67,6 @@ func runPlatform(ctx context.Context, args config.Args, platform platforms.Platf
return err
}
- if args.ComposeMode {
- colour.Infoln("Not posting any entry in compose mode!")
- return nil
- }
-
err = platform.Post(ctx, args, sizeLimit, en)
if errors.Is(err, prompt.ErrRamdomOther) || errors.Is(err, prompt.ErrDeleted) {
return runPlatform(ctx, args, platform, sizeLimit)