-
Right now we don't broadcast deletes if you delete a bookmark and we don't accept deletes or edits if someone tries to manage a comment they made. All the ActivityPub support is hand-rolled, perhaps w…
-
Hello!
First of all, thanks for creating this project :D
The issue I'm reporting probably regards deployment, so feel free to close it if it's not relevant here.
I have a Postmark instance [fork…
-
## TL;DR
There is a `.glitch.me` suffix hardcoded in `src/utils.js` that breaks the generation of the instance domain and its user when bringing up a Postmarks instance without Glitch, and also produ…
-
Hi! Really enjoying this platform and it's been a great way to learn more about ActivityPub.
When someone replies to my bookmark post, I noticed I wasn't getting any comments in the approval sectio…
-
### ⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
### Which Operating System are you using?
Windows
### Which vers…
-
@cadeef [writes](https://github.com/ckolderup/postmarks/issues/97#issuecomment-1718428525_):
> It may be worth investigating SQLite's [FTS](https://www.sqlite.org/fts5.html) as an alternative to this…
-
These changes revolve around the title being blank, but a few other minor items were included in at the same time. :)
# Item 1 - Displaying url when title is blank
Looking at #23 and the front end…
-
**Is there a specific app this action is for?**
Postmark
**Please provide a link to the relevant API docs for the specific service / operation.**
https://postmarkapp.com/developer/api/templat…
-
Hello, everyone I have faced one issue in cofoundry . I have implemented PostMark in cofoundry for sending Emails but face an issue . Emails sent successfully but Data not sent.
For e.g code
```cs…
-
I want to combine the Bull and Postmarks to send the email.
So, I put the postmarks code in the Bull consumer part, and I want to send a message to Kafka topic under @OnQueueCompleted decorator.
…