Interact with posts from another account #11
Labels
No labels
bug
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jmcbray/brutaldon#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a view for interacting with posts from an account other than the active one. I envision it as having a drop-down of logged-in accounts, the post to act on, and some action buttons.
The tricky bit is that it can't just pass those actions off to the existing views, because those get a mastodon object using the active account. This is not a big deal for boost or fav, those can be inlined. But reply will probably need to be modified to be able to temporarily save a secondary active account. Or something.