Details
Details
Tested later in the stack.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
item: | { type: 'user', user: RelativeMemberInfo } | { type: 'chat', chat: ResolvedThreadInfo },
Will introduce new type, which will be reused in getMentionTypeahead(User/Chat)Suggestions.
Comment Actions
otherwise default_text is rendered.
Can you explain what this means, and point me to where it is done?
Comment Actions
It is done by our markdown rules. Second to last sentence in summary is a little bit confusing regarding this diff. Will delete it!
native/utils/typeahead-utils.js | ||
---|---|---|
71–73 | As mentioned https://phab.comm.dev/D8945#inline-58298 we should extract this to a function | |
76–87 | Can we avoid duplicating the code? |