mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-15 06:43:16 +00:00
8 lines
121 B
Ruby
8 lines
121 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:marker) do
|
|
user
|
|
timeline 'home'
|
|
last_read_id 0
|
|
lock_version 0
|
|
end
|