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

Citation of messages (answer/ reply) #56

Closed
AnthyG opened this issue Jun 23, 2017 · 5 comments
Closed

Citation of messages (answer/ reply) #56

AnthyG opened this issue Jun 23, 2017 · 5 comments
Assignees

Comments

@AnthyG
Copy link
Owner

AnthyG commented Jun 23, 2017

For this, there could be some really weird markdown-like code, which would include a DB-reference to a specific messages property (I dunno to which , as the indices are not the same over multiple users, as far as I noticed 🤔😟, so for this to work, probably a new property has to be created..).

In general, an answer-message could then contain an part (or the complete) message, and a way to jump there (the second might be very hard to accomplish!!).

@danimesq danimesq mentioned this issue Jul 27, 2017
9 tasks
@AnthyG
Copy link
Owner Author

AnthyG commented Nov 19, 2017

I don't know, if I can actually implement this in a good way, as the indices of the messages differ over all users database's, making it really hard to get a unique key.. 🤔

I could however add a random string to every message, which would be it's unique key across all users (the problem with that would be, that users could just modify it, and thus even override all other users messages).

@AnthyG AnthyG self-assigned this Nov 19, 2017
AnthyG added a commit that referenced this issue Nov 19, 2017
This commit adds the basic functionality of citating a message.
@AnthyG
Copy link
Owner Author

AnthyG commented Nov 19, 2017

Pretty much added with commit 76db7f3

@AnthyG
Copy link
Owner Author

AnthyG commented Nov 19, 2017

The feature as of now does look kind of ugly, but I will change that sometime soon!

Also, as I haven't yet started #53, you have to click on the timestamp of a message, to insert the code for citation.

@AnthyG
Copy link
Owner Author

AnthyG commented Nov 19, 2017

Some more changes to styling with commit 561e5e4

@AnthyG
Copy link
Owner Author

AnthyG commented Nov 19, 2017

Just to mention it, this feature isn't available in private chat (at least not yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant