-
Notifications
You must be signed in to change notification settings - Fork 444
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
Local author id (me
) as property
#109
Comments
Yep, should be awesome if you can declare "me" as a prop so we can use ID instead of "me". Would be silly to write some function that detects who is me at what time when it would be easy to compare it against prop 😊 Also there should be ability to declare keys for name, imageURL etc.. It is also doable, just check if there is prop, if not then use your own keys but if there is you can use dynamic keys. I added the ability to have "me" as a prop on my local project. If there is no activity soon I can create the fork if I have time. 🍻 |
Hello and thanks for stopping by. I definitely agree. @MaeseppTarvo's proposal makes sense, if you could make a PR I would merge it and make the final adjustments if needed. Cheers. |
@mattmezza I created PR #116 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
being worked on in #194 |
I'd like to have option for changing author
me
as it would erase needment for writing middleware that would be replacing it for correct id (possibly with huge performance impact upon message batch loading from server).The text was updated successfully, but these errors were encountered: