Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get original blog name regardless of reblog status #524

Closed
thomas694 opened this issue Apr 14, 2024 Discussed in #516 · 0 comments
Closed

Get original blog name regardless of reblog status #524

thomas694 opened this issue Apr 14, 2024 Discussed in #516 · 0 comments

Comments

@thomas694
Copy link
Contributor

Discussed in #516

Originally posted by federatedeagle March 22, 2024
For the Filename Template, in order to get the blog title blog there are 2 options
%b - Blog name
%o -Blog name of reblog origin
I want to get the original blog name always, so use reblog origin name if it is a reblog , and if its an original post I would want the regular blog name. Some thing like
IF
Reblog = 1 then %o
ELSE %b

Including both %b and %o in the template right now results in reblogs having both the reblogger and the original blog name in the title.
Is something like this possible right now?
Thanks!

thomas694 added a commit that referenced this issue May 5, 2024
… of reblog status

- The existing token %o is empty for non-reblogged posts. The new token is filled with the current blog's name in these cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant