Commit Graph

7 Commits (1fed11cfa77c12135c68d5eff8c0d8760605b2b2)

Author SHA1 Message Date
Claire 133d98fb25
Normalize language code of incoming posts ()
KMY(雪あすか) 9a8293f58d
Fix process of receiving posts with bearcaps is not working ()
Claire c0989b78f8
Fix incoming status creation date not being restricted to standard ISO8601 ()
Nick Schonning e2a3ebb271
Autofix Rubocop Style/IfUnlessModifier ()
Takeshi Umeda 9c571a95db
Fix missing , ()
Eugen Rochko 71f2b95106
Fix edits with no actual changes being allowed ()
* Fix edits with no actual changes being allowed locally

* Fix edits with no actual changes being allowed through ActivityPub

* Fix false positive changes caused by description processing in model

* Fix not recording poll expiration update

* Fix test

* Revert changes to ProcessStatusUpdateService

* Various fixes and improvements

* Fix code style issues

* Various changes and improvements

* Add guard clause
Eugen Rochko 1060666c58
Add support for editing for published statuses ()
* Add support for editing for published statuses

* Fix references to stripped-out code

* Various fixes and improvements

* Further fixes and improvements

* Fix updates being potentially sent to unauthorized recipients

* Various fixes and improvements

* Fix wrong words in test

* Fix notifying accounts that were tagged but were not in the audience

* Fix mistake