mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 13:28:07 +01:00
7 lines
90 B
Ruby
7 lines
90 B
Ruby
|
Fabricator(:marker) do
|
||
|
user
|
||
|
timeline 'home'
|
||
|
last_read_id 0
|
||
|
lock_version 0
|
||
|
end
|