juni-b-queer / bsky-event-handlers

Typescript based framework for building Bluesky bots. Designed to be easily extendable, this bot framework can be used to make almost any bot you could want.
13 stars 0 forks source link

fix: Add URI generation method in HandlerAgent class #34

Closed juni-b-queer closed 2 months ago

juni-b-queer commented 2 months ago

A new method, 'generateURIFromCreateMessage', was added to the HandlerAgent class for URI generation from CreateMessage. A corresponding test for this functionality was also written and added to 'HandlerAgentUtils.test.ts'.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.37%. Comparing base (d883121) to head (a345def).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## beta #34 +/- ## ========================================== + Coverage 86.32% 86.37% +0.04% ========================================== Files 26 26 Lines 585 587 +2 Branches 100 100 ========================================== + Hits 505 507 +2 Misses 74 74 Partials 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

juni-b-queer commented 2 months ago

:tada: This PR is included in version 1.0.0-beta.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

juni-b-queer commented 2 months ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: