Fix the spelling of some verbs

This commit is contained in:
Michael 2023-02-20 08:54:27 +00:00
parent 11513519ce
commit 3b469fe4e9
2 changed files with 10 additions and 3 deletions

View file

@ -1291,6 +1291,7 @@ function update_1514()
function update_1515()
{
DBA::update('verb', ['name' => Activity::READ], ['name' => 'https://www.w3.org/ns/activitystreams#read']);
DBA::update('verb', ['name' => Activity::VIEW], ['name' => 'https://joinpeertube.org/view']);
return Update::SUCCESS;
}