mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-01 03:33:53 +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
|