| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
different things on different network stacks (e.g. Diaspora) and it turns out there is no possible way to make Diaspora reshares compatible with ActivityPub or Zot6 repeat/announce/boost/whatever.
|
|
|
|
| |
message-ids (diaspora, hz < 4.0, etc.).
|
| |
|
| |
|
| |
|
|
|
|
| |
use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
|
|
|
|
| |
chuck a wobbly
|
| |
|
|
|
|
| |
e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
|
|
|