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

Multi-Quote #510

Open
Sereri opened this issue Jul 3, 2017 · 1 comment
Open

Multi-Quote #510

Sereri opened this issue Jul 3, 2017 · 1 comment

Comments

@Sereri
Copy link
Member

Sereri commented Jul 3, 2017

Making it possible to quote multiple users without quoting a guy, then going back, then quoting another guy and so on.

Maybe just add a Multi-Quote option to the action popup that does that in the background basically. Make a request and get the BBCode, then add it to the post draft

@baka-kaba
Copy link
Contributor

Looking at it this would probably work with a special MultiQuoteRequest that takes an array (or whatever) of postIDs, fires off QuoteRequests for each, combines the results in order when they all complete and hands that back. So nothing's changed in PostReplyFragment, it gets a quoted post String back that just happens to have a bunch of quotes in it instead of one

You could even make the request take postID varargs, and then you just do the same call whether you have a single quote or several

@Sereri Sereri added this to To Do in Awful.apk Improvements Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants