[PR #3] [MERGED] Allow text-only posting #3

Closed
opened 2026-02-16 03:15:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/crossposter/pull/3
Author: @seldo
Created: 3/12/2025
Status: Merged
Merged: 3/12/2025
Merged by: @seldo

Base: mainHead: ljv/allows-text-post


📝 Commits (3)

  • d18f34c Adds fixes to auth and post routes to allow for posting without media
  • 4de629a Remove requirement in UI for file upload
  • 9306571 Update instructions to indicate image upload is optional

📊 Changes

9 files changed (+200 additions, -100 deletions)

View changed files

📝 README.md (+0 -1)
📝 frontend/.gitignore (+2 -0)
📝 frontend/next.config.ts (+1 -0)
📝 frontend/package-lock.json (+89 -68)
📝 frontend/package.json (+3 -2)
📝 frontend/src/app/api/auth/[...nextauth]/route.ts (+1 -1)
📝 frontend/src/app/api/post/route.ts (+29 -17)
📝 frontend/src/app/page.tsx (+2 -11)
📝 frontend/src/util/linkedinPostShare.ts (+73 -0)

📄 Description

Many thanks to @catcarbonell for the heavy lifting here!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/crossposter/pull/3 **Author:** [@seldo](https://github.com/seldo) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@seldo](https://github.com/seldo) **Base:** `main` ← **Head:** `ljv/allows-text-post` --- ### 📝 Commits (3) - [`d18f34c`](https://github.com/run-llama/crossposter/commit/d18f34c67eaf64c193115c6e68ac82a2560767e0) Adds fixes to auth and post routes to allow for posting without media - [`4de629a`](https://github.com/run-llama/crossposter/commit/4de629a0e76280ba7288780602364a00026a0046) Remove requirement in UI for file upload - [`9306571`](https://github.com/run-llama/crossposter/commit/93065712af22fafaf127387ca31c9e4c7061b5d2) Update instructions to indicate image upload is optional ### 📊 Changes **9 files changed** (+200 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -1) 📝 `frontend/.gitignore` (+2 -0) 📝 `frontend/next.config.ts` (+1 -0) 📝 `frontend/package-lock.json` (+89 -68) 📝 `frontend/package.json` (+3 -2) 📝 `frontend/src/app/api/auth/[...nextauth]/route.ts` (+1 -1) 📝 `frontend/src/app/api/post/route.ts` (+29 -17) 📝 `frontend/src/app/page.tsx` (+2 -11) 📝 `frontend/src/util/linkedinPostShare.ts` (+73 -0) </details> ### 📄 Description Many thanks to @catcarbonell for the heavy lifting here! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:15:37 -05:00
yindo closed this issue 2026-02-16 03:15:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/crossposter#3