mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 20:22:18 +00:00
9 lines
121 B
Ruby
9 lines
121 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:marker) do
|
|
user
|
|
timeline 'home'
|
|
last_read_id 0
|
|
lock_version 0
|
|
end
|