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

[IC3] Customizable timestamp #2720

Closed
compulim opened this issue Dec 12, 2019 · 1 comment · Fixed by #2788
Closed

[IC3] Customizable timestamp #2720

compulim opened this issue Dec 12, 2019 · 1 comment · Fixed by #2788

Comments

@compulim
Copy link
Contributor

compulim commented Dec 12, 2019

VSTS #1660782

Feature Request

Ability to customize timestamp based on:

  • End-user: "Me 12:34 AM"
  • Bot: "Bot 12:45 AM"
  • End-user: "Send failed, retry"

Retry functionality can be customized by the developer and re-built different.

Implementation

Probably, the signature will be

function renderTimestamp(activity) {
  // We can check activity.from.role === 'user' or 'bot'
  // 
}

[Enhancement]

@corinagum
Copy link
Contributor

is this for sample? If so, related to: #1571

@compulim compulim changed the title Customizable timestamp [IC3] Customizable timestamp Dec 18, 2019
@compulim compulim self-assigned this Jan 1, 2020
@compulim compulim mentioned this issue Jan 1, 2020
10 tasks
@corinagum corinagum removed the Pending label Jan 15, 2020
@corinagum corinagum added this to the R8 milestone Jan 15, 2020
@compulim compulim mentioned this issue Mar 5, 2020
40 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants