<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/messaging, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2023-02-15T04:06:06Z</updated>
<entry>
<title>drop messaging (#9919)</title>
<updated>2023-02-15T04:06:06Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-02-15T04:06:06Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=8f2049bcd261c3fb10afdc8c15cf4edffe1baa71'/>
<id>urn:sha1:8f2049bcd261c3fb10afdc8c15cf4edffe1baa71</id>
<content type='text'>
* drop messaging (from backend)

* wip</content>
</entry>
<entry>
<title>enhance(server): add rate limits for some endpoints</title>
<updated>2023-01-14T11:21:03Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2023-01-14T11:21:03Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=20474492943853a5d0d9d3f6c8f8321e19f3ced0'/>
<id>urn:sha1:20474492943853a5d0d9d3f6c8f8321e19f3ced0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor</title>
<updated>2022-09-23T22:15:16Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-09-23T22:15:16Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=614b11951b6116a6485bee85126858189ecaa681'/>
<id>urn:sha1:614b11951b6116a6485bee85126858189ecaa681</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix import type</title>
<updated>2022-09-20T20:33:11Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-09-20T20:33:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=01d4d55e78fd977b9d44a68a2504e6091d346b7a'/>
<id>urn:sha1:01d4d55e78fd977b9d44a68a2504e6091d346b7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>なんかもうめっちゃ変えた</title>
<updated>2022-09-17T18:27:08Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-09-17T18:27:08Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b75184ec8e3436200bacdcd832e3324702553d20'/>
<id>urn:sha1:b75184ec8e3436200bacdcd832e3324702553d20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: validation (better #8456) (#8461)</title>
<updated>2022-04-03T04:57:26Z</updated>
<author>
<name>Johann150</name>
<email>johann.galle@protonmail.com</email>
</author>
<published>2022-04-03T04:57:26Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c8935b32f889165782844a709c79df4325bbee58'/>
<id>urn:sha1:c8935b32f889165782844a709c79df4325bbee58</id>
<content type='text'>
* Revert "revert 484e023c0"

This reverts commit c03b70c949923b830a6d0361d1aa4d5f5614b7b7.

* also allow pure renote

* fix checks for pure renote</content>
</entry>
<entry>
<title>revert 484e023c0</title>
<updated>2022-04-02T07:47:53Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-04-02T07:47:53Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c03b70c949923b830a6d0361d1aa4d5f5614b7b7'/>
<id>urn:sha1:c03b70c949923b830a6d0361d1aa4d5f5614b7b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance(doc): required input fields (#8456)</title>
<updated>2022-04-02T06:04:36Z</updated>
<author>
<name>Johann150</name>
<email>johann.galle@protonmail.com</email>
</author>
<published>2022-04-02T06:04:36Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=484e023c0c8ad348438edfeee73623223e6ad088'/>
<id>urn:sha1:484e023c0c8ad348438edfeee73623223e6ad088</id>
<content type='text'>
* remove empty file

If the endpoint is to be implemented later, the file can be added back,
but for now it is confusing to have an empty file.

* enhance(doc): document defaults

Default for `isPublic` is based on the database schema default value.
Defaults for `local` and `withFiles` are based on the behaviour of the endpoint.

* enhance(doc): explain nullable emoji category

* fix: make nullable if default is null

* enhance(doc): explain mute attribute expiresAt

* fix: define required fields

- `notes/create`: the default for `text` has been removed because ajv can not handle
  `default` inside of `anyOf`, see
  https://ajv.js.org/guide/modifying-data.html#assigning-defaults
  and the default value cannot be `null` if text is `nullable: false` in the `anyOf`
  first alternative.
- `notes/create`: The `mediaIds` property has been marked as deprecated because it
  has the same behaviour as using `fileIds`, but the implementation tries to handlè
  `fileIds` first.
- The result schema for `admin/emoji/list` has been altered because the `host`
  property will always be `null` as it is filtered this way in the database query.
  See packages/backend/src/server/api/endpoints/admin/emoji/list.ts line 67.

* enhance(doc): explain nullable hostname

* update changelog

Co-authored-by: syuilo &lt;Syuilotan@yahoo.co.jp&gt;</content>
</entry>
<entry>
<title>refactor: migrate to typeorm 3.0 (#8443)</title>
<updated>2022-03-26T06:34:00Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-03-26T06:34:00Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=1c67c26bd87aae64fe0f2ef45140e12a78564699'/>
<id>urn:sha1:1c67c26bd87aae64fe0f2ef45140e12a78564699</id>
<content type='text'>
* wip

* wip

* wip

* Update following.ts

* wip

* wip

* wip

* Update resolve-user.ts

* maxQueryExecutionTime

* wip

* wip</content>
</entry>
<entry>
<title>refactor: Use ESM (#8358)</title>
<updated>2022-02-27T02:07:39Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-02-27T02:07:39Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d071d18dd7a394298d454d4ef6c5ca885164dd47'/>
<id>urn:sha1:d071d18dd7a394298d454d4ef6c5ca885164dd47</id>
<content type='text'>
* wip

* wip

* fix

* clean up

* Update tsconfig.json

* Update activitypub.ts

* wip</content>
</entry>
</feed>
