Skip to content

Version 1.0.3 Release Notes

Latest
Compare
Choose a tag to compare
@Anson-Quek Anson-Quek released this 29 Jan 05:46
· 3 commits to master since this release

Changes

As the logs have been throwing expected exceptions, it is of no use and serves as a false-positive, which is why the API wrapper has been changed to ignore them silently:

Raises NotFound exception when fetching Weverse System Notices. (Basically Notices that have no community ID.)

  • Silently ignores Forbidden exception in __notification_stream when fetching Media. (This is usually because the Media is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Notice. (This is usually because the Notice is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Post. (This is usually because the Post is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Live. (This is usually because the Live is membership-only.)
  • Silently ignores Forbidden exception in __notification_stream when fetching Comment. (This is usually because the Comment is membership-only.)
  • Ignores Weverse System Notices in __notification_stream.