Skip to content

Conversation

@dnuzz
Copy link
Contributor

@dnuzz dnuzz commented May 14, 2018

This adds three things:

  1. Adds .netcoreapp2.0 support so that a warning is no longer thrown when using with netcoreapp2.0 projects
  2. Adds username, bot_id, and icons to the NewMessage class so that when a bot_message is consumed all variables are available from the slack response.
  3. Adds Ephemeral Response capabilities

Minor change:
Filters the users during the unit test so that it doesn't include deleted users. Deleted users can have null values which can cause a false failure in the unit test.

gpailler added a commit that referenced this pull request Nov 1, 2018
Added support of netstandard 2.0 to avoid a warning message when using SlackAPI in netcore2.0
Added bot_message return values
Added ephemeral messaging
@gpailler gpailler added this to the 1.0.6 milestone Nov 1, 2018
@gpailler gpailler self-assigned this Nov 1, 2018
@gpailler
Copy link
Collaborator

gpailler commented Nov 1, 2018

PR applied in the scope of #142

@gpailler gpailler closed this Nov 1, 2018
Inumedia added a commit that referenced this pull request Nov 1, 2018
Fixed merge conflict for PR #135 + fix for #136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants