Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

v0.0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@amishshah amishshah released this 18 Sep 17:03
· 28 commits to stable since this release
  • fix: time limits for video (#96)

    • fix: fixed time for video

    • fix: edited setTimeout

    • refactor: moved ttl to separate file and made changes accordingly

    • fix: made small changes for better readability

  • fix: store timestamps with a timezone to prevent offset issues (#98)

    • fix: use timestamp with timezone

    • refactor: clarify video time limits

  • feat: route to get all users with public account visibility (#93)

    • feat: added functionality to get all users with account status public

    • fix: changed accountStatus name to visbility and created enum for clarity

    • fix: fixed Visibility enum

    • fix: changed enum labels

    • fix: user fixtures updated

    • fix: small fixes to make sure GET /users works

    Co-authored-by: Amish Shah amishshah.2k@gmail.com

  • refactor: use before date for getMessages (#100)

  • chore: v0.0.5