Skip to main content

Service API v2.4.9

Added a new setting for Services to ignore ownership restrictions when sending messages and/or typing events. There are use cases where a Service should be able to send messages if they are not the owner, for example a "reminder" Service that must always send out reminders even when it is not the owner.

Web library v1.7.5

Fixed a bug where markdown urls were not correctly rendered if more than one exist on the same line;

[Goolge](https://google.com) and [Bing](https://bing.com) are both search engines

Web library v1.7.4

Fixed bug where url's were not correctly rendered in cases where a double qoute (") was used, on the same line, before the url;

This is a url to the "Google" search engine [Goolge](https://google.com)

This is now fixed so the url should correctly render